Skip to content

Commit

Permalink
fix lint for types for EmptyStateComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
c3024 committed Oct 17, 2024
1 parent d263ff5 commit 40590bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmptyStateComponent/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type SharedProps<T> = {
title: string;
titleStyles?: StyleProp<TextStyle>;
subtitle: string | React.ReactNode;
buttons?: Array<Button>;
buttons?: Button[];
containerStyles?: StyleProp<ViewStyle>;
headerStyles?: StyleProp<ViewStyle>;
headerMediaType: T;
Expand Down

0 comments on commit 40590bf

Please sign in to comment.