Skip to content

Commit 1221874

Browse files
committed
fix call time not showing & post votes
1 parent 0151cb0 commit 1221874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/InVoiceActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function CallTime(props: { channelId: string }) {
198198
}}
199199
>
200200
<Trans key="inVoiceActions.connectedFor" options={{ time: time() }}>
201-
Connected for{" "}
201+
Connected for
202202
<Text size={12} opacity={0.6}>
203203
{"time"}
204204
</Text>

src/components/post-area/PostItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ const PollEmbed = (props: { post: Post; poll: RawPostPoll }) => {
707707
>
708708
<Text size={12} opacity={0.6}>
709709
{"count"}
710-
</Text>{" "}
710+
</Text>
711711
vote(s)
712712
</Trans>
713713
</Text>

0 commit comments

Comments
 (0)