mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update views/replies chevron in story viewer
This commit is contained in:
@@ -610,7 +610,7 @@ export const StoryViewer = ({
|
||||
))}
|
||||
</div>
|
||||
<div className="StoryViewer__actions">
|
||||
{canReply && (
|
||||
{(canReply || sendState) && (
|
||||
<button
|
||||
className="StoryViewer__reply"
|
||||
onClick={() => setHasStoryViewsNRepliesModal(true)}
|
||||
|
||||
Reference in New Issue
Block a user