This commit is contained in:
rizky 2024-11-05 00:52:49 -07:00
parent 1e01afae31
commit a8bfd9f4cb
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export const FieldInput: FC<{
: typeof field.prefix === "string" : typeof field.prefix === "string"
? field.prefix ? field.prefix
: null; : null;
const suffix = const suffix =
typeof field.suffix === "function" typeof field.suffix === "function"
? field.suffix() ? field.suffix()