Skip to content

Commit e7df80f

Browse files
authored
fixup! types
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 9affe26 commit e7df80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui-components/src/Common/ChangeHistory

packages/ui-components/src/Common/ChangeHistory/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import styles from './index.module.css';
99
export type HistoryChange = {
1010
versions: Array<string>;
1111
label: string;
12-
content: ReactNode;
12+
content?: ReactNode;
1313
url?: string;
1414
};
1515

0 commit comments

Comments
 (0)