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