Shun Miyazawa 4 лет назад
Родитель
Сommit
abbc437d4f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/app/src/components/Me/InAppNotificationSettings.tsx

+ 2 - 1
packages/app/src/components/Me/InAppNotificationSettings.tsx

@@ -15,4 +15,5 @@ const InAppNotificationSetting: FC<Props> = (props: Props) => {
   );
 };
 
-export const InAppNotificationSettingWrapper = withUnstatedContainers(InAppNotificationSetting, [AppContainer]);
+const InAppNotificationSettingWrapper = withUnstatedContainers(InAppNotificationSetting, [AppContainer]);
+export default InAppNotificationSettingWrapper;