Skip to content

Commit

Permalink
Fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Feb 6, 2024
1 parent be8a0b5 commit 5a01b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function GlobalNavLinks(props) {
const theme = useTheme();

const { data: settings } = usePublisherSettings();
const [gateway, setGatewayType] = useState(false);
const [gateway, setGatewayType] = useState(true);

const getGatewayType = () => {
if (settings != null) {
Expand Down

0 comments on commit 5a01b4f

Please sign in to comment.