Skip to content
Snippets Groups Projects
Commit 1c8ca3f3 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix unarchive copy

parent 9348a3d2
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ const ArchivedItem = ({ name, type, icon, color = '#DEEAF1', isAdmin = false, on
/>
{ name }
{ isAdmin &&
<Tooltip tooltip={`Unarchive this ${type}`}>
<Tooltip tooltip={`Unarchive this ${type === "card" ? "question" : type}`}>
<Icon
onClick={onUnarchive}
className="ml-auto cursor-pointer text-brand-hover hover-child"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment