Shun Miyazawa 4 ani în urmă
părinte
comite
abbc437d4f

+ 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;