Shun Miyazawa пре 4 година
родитељ
комит
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;