diff --git a/front/models/SearchHistory.ts b/front/models/SearchHistory.ts index 5f5c011..53c162d 100644 --- a/front/models/SearchHistory.ts +++ b/front/models/SearchHistory.ts @@ -1,7 +1,7 @@ interface SearchHistory { - query: string; - userID: number; - id: number; + query: string; + userID: number; + id: number; } export default SearchHistory; \ No newline at end of file diff --git a/front/views/PlayView.tsx b/front/views/PlayView.tsx index a254804..908e0e5 100644 --- a/front/views/PlayView.tsx +++ b/front/views/PlayView.tsx @@ -208,7 +208,7 @@ const PlayView = ({ songId, type, route }: RouteProps) => { return ( - {/* */} + {isVirtualPianoVisible &&