diff --git a/src/App.jsx b/src/App.jsx
index bcf13ca..411f0a8 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -2159,7 +2159,7 @@ const restoreRemoteProject = async (id) => {
/>
- {w.def || w.strongKey}
+ {(w.def ? (w.def.split(',').map(s => s.trim()).filter(s => !s.startsWith('X ') && !s.startsWith('+ ')).map(s => s.replace(/^[\s()\-]+/, '').trim()).find(s => s.length > 0) || w.def.split(',')[0].trim()) : w.strongKey)}
{w.lexeme}
{w.translit && {w.translit}}
{w.strongKey}