Update comment

This commit is contained in:
Jackson Harper 2022-04-11 11:16:04 -07:00
parent c280b2cf01
commit 34d892a9a2

View file

@ -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' })
}
})