1 parent 9c658c5 commit ed69a00Copy full SHA for ed69a00
1 file changed
src/components/FindRecordSidebar.tsx
@@ -29,7 +29,6 @@ interface FindRecordSidebarProps {
29
onAddNewTag: (tag: string) => void;
30
// Wiki-sourced tag suggestions displayed separately
31
wikiTags?: string[];
32
-
33
rating: number;
34
onRatingChange: (value: number) => void;
35
releaseYear: number;
@@ -70,8 +69,6 @@ export default function FindRecordSidebar({
70
69
}
71
};
72
73
- const suggestedCount = (wikiTags && wikiTags.length) || 0;
74
75
return (
76
<Paper
77
sx={{
0 commit comments