[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:
@@ -20,7 +20,7 @@ export const ColumnSettings: React.FC = () => {
|
||||
(key: string, checked: boolean) => {
|
||||
void dispatch(changeSetting(['home', ...key], checked));
|
||||
},
|
||||
[dispatch]
|
||||
[dispatch],
|
||||
);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user