mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 🐛 Fix reblogs showing wrong user as reblogger
This commit is contained in:
parent
8f192a40ed
commit
67467b2dfd
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue