[Glitch] Convert Home timeline components to Typescript

Port a75138d073 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2023-07-13 11:28:55 +02:00
committed by Claire
parent 177497b367
commit 447ab7ab24
7 changed files with 153 additions and 105 deletions

View File

@@ -20,7 +20,7 @@ export const ColumnSettings: React.FC = () => {
(key: string, checked: boolean) => {
void dispatch(changeSetting(['home', ...key], checked));
},
[dispatch]
[dispatch],
);
return (