- {inputValue &&
- !filteredOptions?.find(
- (option) =>
- option.hierarchy.toLowerCase() ===
- inputValue.toLowerCase()
- ) ? (
- <>
- Add "{inputValue}"
-
- >
- ) : (
- <>No matches>
- )}
-
+ {inputValue &&
+ !filteredOptions?.find(
+ (option) =>
+ option.hierarchy.toLowerCase() === inputValue.toLowerCase()
+ ) ? (
+ <>
+ Add "{inputValue}"
+