mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
fix: lint
This commit is contained in:
@@ -195,7 +195,10 @@ const SettingModalInner = ({
|
||||
modalContentWrapperRef.current?.scrollTo({ top: 0 });
|
||||
}, [settingState]);
|
||||
return (
|
||||
<FrameworkScope scope={currentServer.scope}>
|
||||
<FrameworkScope
|
||||
key={`setting-modal-${currentServerId}-${currentLanguageKey}`}
|
||||
scope={currentServer.scope}
|
||||
>
|
||||
<SettingSidebar
|
||||
activeTab={settingState.activeTab}
|
||||
onTabChange={onTabChange}
|
||||
|
||||
Reference in New Issue
Block a user