chore(deps): update react to 18 (#2943)
This commit is contained in:
@@ -21,7 +21,7 @@ const messages = defineMessages({
|
||||
'In order to receive web push notifications, Overseerr must be served over HTTPS.',
|
||||
});
|
||||
|
||||
const NotificationsWebPush: React.FC = () => {
|
||||
const NotificationsWebPush = () => {
|
||||
const intl = useIntl();
|
||||
const { addToast, removeToast } = useToasts();
|
||||
const [isTesting, setIsTesting] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user