Fix formatting

This commit is contained in:
Deluan
2020-04-26 14:50:44 -04:00
committed by Deluan Quintão
parent ad6c86d78a
commit ebc7964157
5 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -35,8 +35,8 @@ const App = () => (
customReducers: {
queue: playQueueReducer,
albumView: albumViewReducer,
theme: themeReducer
}
theme: themeReducer,
},
})}
>
<Admin
@@ -70,7 +70,7 @@ const App = () => (
) : (
<Resource name="transcoding" />
),
<Player />
<Player />,
]}
</Admin>
</Provider>