1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Display types correctly for the value

This commit is contained in:
2024-08-12 20:04:02 +04:00
parent 2f8d608e6b
commit 8059c93baa

View File

@@ -77,7 +77,7 @@
</MenuItem>
{:else}
<MenuItem>
{key}: {typeof key} = {targetObject[key]}
{key}: {typeof targetObject[key]} = {targetObject[key]}
</MenuItem>
{/if}
{/each}