From 996f5b3c716dc4eab77de6d7c07c13606695149a Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Thu, 6 Feb 2025 13:38:15 -0500 Subject: [PATCH] feature/IO-3096-GlobalNotifications - Global Notification Settings on profile page --- .../components/profile-my/notification-settings.component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/profile-my/notification-settings.component.jsx b/client/src/components/profile-my/notification-settings.component.jsx index e501549c4..328c85cf1 100644 --- a/client/src/components/profile-my/notification-settings.component.jsx +++ b/client/src/components/profile-my/notification-settings.component.jsx @@ -1,6 +1,6 @@ -import { useQuery, useMutation } from "@apollo/client"; +import { useMutation, useQuery } from "@apollo/client"; import React, { useEffect, useState } from "react"; -import { Button, Card, Form, Switch, Row, Col, Spin } from "antd"; +import { Button, Card, Col, Form, Row, Switch } from "antd"; import { useTranslation } from "react-i18next"; import { connect } from "react-redux";