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:
@ -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>
|
||||
|
Reference in New Issue
Block a user