mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -23,7 +23,13 @@ const messages = defineMessages({
|
||||
webpush: 'Web Push',
|
||||
});
|
||||
|
||||
const UserNotificationSettings: React.FC = ({ children }) => {
|
||||
type UserNotificationSettingsProps = {
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
const UserNotificationSettings = ({
|
||||
children,
|
||||
}: UserNotificationSettingsProps) => {
|
||||
const intl = useIntl();
|
||||
const router = useRouter();
|
||||
const { user } = useUser({ id: Number(router.query.userId) });
|
||||
|
||||
Reference in New Issue
Block a user