We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a531713 + 2669548 commit 8d0d872Copy full SHA for 8d0d872
1 file changed
src/components/Header/Header.jsx
@@ -79,6 +79,7 @@ export function Header(props) {
79
const [displayUserId, setDisplayUserId] = useState(user.userid);
80
const [popup, setPopup] = useState(false);
81
const [isAuthUser, setIsAuthUser] = useState(true);
82
+ const [isAckLoading, setIsAckLoading] = useState(false);
83
const [ showPromotionsPopup, setShowPromotionsPopup ] = useState(false);
84
85
const ALLOWED_ROLES_TO_INTERACT = useMemo(() => ['Owner', 'Administrator'], []);
0 commit comments