diff --git a/src/view/com/util/Toast.web.tsx b/src/view/com/util/Toast.web.tsx index 62b5ff80c8..7e22fcefc1 100644 --- a/src/view/com/util/Toast.web.tsx +++ b/src/view/com/util/Toast.web.tsx @@ -9,7 +9,7 @@ import { type FontAwesomeIconStyle, type Props as FontAwesomeProps, } from '@fortawesome/react-native-fontawesome' -import type React from 'react'; +import type React from 'react' const DURATION = 3500