mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix ts warnings
This commit is contained in:
@ -103,7 +103,7 @@ const TimelineActions: React.FC = () => {
|
||||
cancelButtonIndex: 2,
|
||||
...androidActionSheetStyles(colors)
|
||||
},
|
||||
(selectedIndex: number) => {
|
||||
selectedIndex => {
|
||||
switch (selectedIndex) {
|
||||
case 0:
|
||||
mutation.mutate({
|
||||
|
Reference in New Issue
Block a user