fix type errors
This commit is contained in:
parent
99efa6b42c
commit
203eeb9761
7 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ type TootPollProps = {
|
|||
};
|
||||
|
||||
const TootPoll: Component<TootPollProps> = (props) => {
|
||||
let list: HTMLUListElement;
|
||||
let list!: HTMLUListElement;
|
||||
const { vote } = useTootEnv();
|
||||
|
||||
const now = useTimeSource();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue