Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 99fb62c

Browse files
committed
fix lint yet again
1 parent ef09ff6 commit 99fb62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/elements/Validation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface IRule<T, D = void> {
3333
interface IArgs<T, D = void> {
3434
rules: IRule<T, D>[];
3535
description(this: T, derivedData: D): React.ReactChild;
36-
hideDescriptionIfValid: Boolean;
36+
hideDescriptionIfValid?: Boolean;
3737
deriveData?(data: Data): Promise<D>;
3838
}
3939

0 commit comments

Comments
 (0)