Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed May 11, 2021
1 parent 36bb550 commit 25912a8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ export const RegisteredDomain: FunctionComponent = () => {

<TargetField />

<IgnoreMissingField defaultValue={true} serializer={from.undefinedIfValue(true) as SerializerFunc<boolean>} />
<IgnoreMissingField
defaultValue={true}
serializer={from.undefinedIfValue(true) as SerializerFunc<boolean>}
/>
</>
);
};

0 comments on commit 25912a8

Please sign in to comment.