Merged in chore/add-formatjs-linting-to-booking-flow (pull request #2761)
chore: Add formatjs linting to booking-flow * Add formatjs linting to booking-flow * Fix lock file Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -80,6 +80,7 @@ export default function FilterContent({
|
||||
isDisabled={isDisabled}
|
||||
/>
|
||||
{!isDisabled && (
|
||||
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||
<span>{`(${combinedFiltersCount > 0 ? combinedFiltersCount : filterCount})`}</span>
|
||||
)}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user