diff --git a/packages/web/pages/[username]/[slug]/index.tsx b/packages/web/pages/[username]/[slug]/index.tsx index dbfbb69d6..b4d84cfda 100644 --- a/packages/web/pages/[username]/[slug]/index.tsx +++ b/packages/web/pages/[username]/[slug]/index.tsx @@ -85,7 +85,7 @@ export default function Home(): JSX.Element { if (res) { showSuccessToast('Link archived', { position: 'bottom-right' }) } else { - // todo: + // todo: revalidate or put back in cache? showErrorToast('Error archiving link', { position: 'bottom-right' }) } })