Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
andyrochi committed Jan 13, 2023
2 parents b5ac0cf + 74de148 commit e60f78b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion movis/src/pages/relation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,15 @@ const MyMovieGraph: React.FC<{
true,
false,
]);
const [toText, setToText] = useState<boolean[]>(Array(7).fill(false));
const [toText, setToText] = useState<boolean[]>([
false,
true,
true,
true,
true,
true,
true,
]);

const { countDict: langDict, uniqueCount: langCnt } = useMemo(
() => getCountDictV2(props.data, ["spoken_languages"], [], "id", 0, vLang),
Expand Down

0 comments on commit e60f78b

Please sign in to comment.