mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Update packages
This commit is contained in:
@@ -60,7 +60,7 @@ export const TextField = <
|
||||
? isNaN(value)
|
||||
? ""
|
||||
: value.toString()
|
||||
: value ?? "";
|
||||
: (value ?? "");
|
||||
};
|
||||
|
||||
const output =
|
||||
|
||||
Reference in New Issue
Block a user