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

Commit

Permalink
fix lint yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Nov 9, 2020
1 parent ef09ff6 commit 99fb62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/Validation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface IRule<T, D = void> {
interface IArgs<T, D = void> {
rules: IRule<T, D>[];
description(this: T, derivedData: D): React.ReactChild;
hideDescriptionIfValid: Boolean;
hideDescriptionIfValid?: Boolean;
deriveData?(data: Data): Promise<D>;
}

Expand Down

0 comments on commit 99fb62c

Please sign in to comment.