mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
chore: remove unused function
This commit is contained in:
@@ -84,9 +84,6 @@ export const WorkSpaceSliderBar = () => {
|
||||
? `/workspace/${currentWorkspaceId}/setting`
|
||||
: '',
|
||||
};
|
||||
const changeLanguage = (event: string) => {
|
||||
i18n.changeLanguage(event);
|
||||
};
|
||||
return (
|
||||
<>
|
||||
<StyledSliderBar show={show}>
|
||||
|
||||
Reference in New Issue
Block a user