Skip to content

Commit

Permalink
fixed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Aug 29, 2024
1 parent b026e02 commit 5d8bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/WordListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const deleteWord = () => {
</script>

<template>
<td>{{ item.word }} / {{ editDialog?.returnValue }}</td>
<td>{{ item.word }}</td>
<td class="icons">
<Icon
:icon="includeBot ? 'mdi:notifications-active' : 'mdi:notifications-off'"
Expand Down

0 comments on commit 5d8bc56

Please sign in to comment.