remove created at label for now

This commit is contained in:
Drew Weymouth
2023-01-26 09:41:21 -08:00
parent 240f37a882
commit 80c7224039
+1 -2
View File
@@ -132,8 +132,7 @@ func NewPlaylistPageHeader(page *PlaylistPage) *PlaylistPageHeader {
a.container = container.NewVBox(a.titleLabel, container.New(&layouts.VboxCustomPadding{ExtraPad: -10},
a.descriptionLabel,
a.ownerLabel,
a.trackTimeLabel,
a.createdAtLabel),
a.trackTimeLabel),
container.NewHBox(a.playButton),
)
return a