fix: sidebar bug, tab name translation

This commit is contained in:
David Ralph
2022-05-23 20:44:49 +01:00
parent 4f29d376ca
commit 2c89894372
6 changed files with 41 additions and 26 deletions

View File

@@ -15,7 +15,6 @@ import Tooltip from '../../helpers/tooltip/Tooltip';
import Modal from 'react-modal';
import ShareModal from '../../helpers/sharemodal/ShareModal';
//import Hotkeys from 'react-hot-keys';
import { toast } from 'react-toastify';
const toDataURL = async (url) => {
const res = await fetch(url);