fixed indent and removing debug comment

This commit is contained in:
Clément Le Bihan
2023-05-06 01:50:14 +02:00
parent 2ece5b44ac
commit 4d77007010
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
interface SearchHistory {
query: string;
userID: number;
id: number;
query: string;
userID: number;
id: number;
}
export default SearchHistory;

View File

@@ -208,7 +208,7 @@ const PlayView = ({ songId, type, route }: RouteProps<PlayViewProps>) => {
return (
<SafeAreaView style={{ flexGrow: 1, flexDirection: 'column' }}>
<View style={{ flexGrow: 1 }}>
{/* <SlideView sources={partitionRessources.data} speed={200} startAt={0} /> */}
<SlideView sources={partitionRessources.data} speed={200} startAt={0} />
</View>
{isVirtualPianoVisible && <Column