Skip to content

Commit

Permalink
Merge branch 'feat/music-player' of github.com:TERITORI/teritori-dapp…
Browse files Browse the repository at this point in the history
… into feat/music-player
  • Loading branch information
Saturn-Radius committed Aug 8, 2023
2 parents 015e423 + c269100 commit 86c8e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/screens/MusicPlayer/MusicPlayerScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const MusicPlayerScreen: ScreenFC<"MusicPlayer"> = () => {
<ScreenContainer
headerChildren={<BrandText>Music Player</BrandText>}
fullWidth
footerChildren={<></>}
>
<View style={styles.pageConatiner}>
<MusicPlayerTab tab={tab} setTab={setTab} />
Expand Down

0 comments on commit 86c8e4f

Please sign in to comment.