mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-28 22:18:43 -06:00
remove flex from album component
This commit is contained in:
@@ -63,12 +63,12 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
await addToQueue(tracks!.map((track) => mapDtoToTrack(apiClient!, sessionId, track)));
|
||||
play(index);
|
||||
}}>
|
||||
<Stack flex={4}>
|
||||
<Stack>
|
||||
<Text>{ track.IndexNumber?.toString() ?? "" }</Text>
|
||||
<Text>{ track.Name ?? "Untitled Track" }</Text>
|
||||
</Stack>
|
||||
|
||||
<Stack flex={1}>
|
||||
<Stack>
|
||||
<Text>{ track.RunTimeTicks?.toString() ?? "" }</Text>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user