fixed indent and removing debug comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
interface SearchHistory {
|
||||
query: string;
|
||||
userID: number;
|
||||
id: number;
|
||||
query: string;
|
||||
userID: number;
|
||||
id: number;
|
||||
}
|
||||
|
||||
export default SearchHistory;
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user