Skip to content

Commit fdd976f

Browse files
committed
Fix linter
Signed-off-by: Cintia Sánchez García <[email protected]>
1 parent 9a02c8f commit fdd976f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

web/src/layout/audit/index.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -374,15 +374,8 @@ const Audit = () => {
374374
<div className="h4">
375375
We're sorry!
376376
<p className="h6 mb-0 mt-3 lh-base">
377-
<span>
378-
{' '}
379-
We can't seem to find any changes that match your search{' '}
380-
</span>
381-
{!isEmpty(filters) ? (
382-
<span className="ps-1">with the selected filters</span>
383-
) : (
384-
<>.</>
385-
)}
377+
<span> We can't seem to find any changes that match your search </span>
378+
{!isEmpty(filters) ? <span className="ps-1">with the selected filters</span> : <>.</>}
386379
</p>
387380
<p className="h6 mb-0 mt-5 lh-base">
388381
You can{' '}

0 commit comments

Comments
 (0)