1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Refined posting part

This commit is contained in:
Zhiyuan Zheng
2020-11-15 20:29:43 +01:00
parent 6804e3bde6
commit 8013f6b9a2
10 changed files with 595 additions and 306 deletions

View File

@ -6,7 +6,7 @@ import Emojis from './Emojis'
export interface Props {
poll: mastodon.Poll
}
// When haven't voted, result should not be shown but intead let people vote
const Poll: React.FC<Props> = ({ poll }) => {
return (
<View>