Shun Miyazawa 4 years ago
parent
commit
abbc437d4f
1 changed files with 2 additions and 1 deletions
  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;