mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-30 05:06:59 +00:00
Merge remote-tracking branch 'qortal/feature/large-files-and-names' into feature/large-files-and-names
This commit is contained in:
commit
4590774904
@ -25,11 +25,12 @@ export const AppsDevModeNavBar = () => {
|
||||
navigationControllerAtom
|
||||
);
|
||||
const theme = useTheme();
|
||||
const { t } = useTranslation(['auth', 'core', 'group', 'question', 'tutorial']);
|
||||
const [isNewTabWindow, setIsNewTabWindow] = useState(false);
|
||||
const tabsRef = useRef(null);
|
||||
const [anchorEl, setAnchorEl] = useState(null);
|
||||
const open = Boolean(anchorEl);
|
||||
const { t } = useTranslation();
|
||||
|
||||
const handleClick = (event) => {
|
||||
setAnchorEl(event.currentTarget);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user