fix: 🐛 Fix reblogs showing wrong user as reblogger

This commit is contained in:
Jesse Wierzbinski 2024-06-11 13:54:35 -10:00
parent 8f192a40ed
commit 67467b2dfd
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@
</ButtonsDropdownElement>
</Menu.Item>
<Menu.Item value="">
<ButtonsDropdownElement @click="copy(JSON.stringify(outputtedNote, null, 4))"
<ButtonsDropdownElement @click="copy(JSON.stringify(props.note, null, 4))"
icon="tabler:code" class="w-full">
Copy API
Response