Change Hub navigation

This commit is contained in:
Piotr Rogowski 2022-03-05 16:13:46 +01:00
parent 3e785c2e11
commit 333a2c8eac
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const Hub = () => {
const [copied, setCopied] = useState(false);
const [isLoading, setIsLoading] = useState(true);
const goToTune = (tuneId: string) => navigate(generatePath(Routes.TUNE_ROOT, { tuneId }));
const goToTune = (tuneId: string) => navigate(generatePath(Routes.TUNE_TUNE, { tuneId }));
const copyToClipboard = async (shareUrl: string) => {
if (navigator.clipboard) {