Skip to content

Commit becea39

Browse files
committed
Change @ts-expect-error to @ts-ignore (to prevent failing build:dev)
1 parent 3c8d4c5 commit becea39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/TopBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class TopBar extends Component<ModalTopBarProps> {
8484

8585
renderTopBarButton({onPress, label, icon, accessibilityLabel, buttonProps}: topBarButtonProp) {
8686
if (onPress && (label || icon)) {
87-
// @ts-expect-error
87+
// @ts-ignore
8888
const {iconStyle, labelStyle, ...otherButtonProps} = buttonProps;
8989

9090
return (

0 commit comments

Comments
 (0)