mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 15:04:20 +01:00
fix: repost handler
This commit is contained in:
@@ -160,7 +160,7 @@ const TextNote: Component<TextNoteProps> = (props) => {
|
||||
'text-green-400': isRepostedByMe(),
|
||||
}}
|
||||
>
|
||||
<button class="h-4 w-4" onClick={handleReaction}>
|
||||
<button class="h-4 w-4" onClick={handleRepost}>
|
||||
<ArrowPathRoundedSquare />
|
||||
</button>
|
||||
<Show when={reposts().length > 0}>
|
||||
|
||||
Reference in New Issue
Block a user