We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a02c8f commit fdd976fCopy full SHA for fdd976f
web/src/layout/audit/index.tsx
@@ -374,15 +374,8 @@ const Audit = () => {
374
<div className="h4">
375
We're sorry!
376
<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
- )}
+ <span> We can't seem to find any changes that match your search </span>
+ {!isEmpty(filters) ? <span className="ps-1">with the selected filters</span> : <>.</>}
386
</p>
387
<p className="h6 mb-0 mt-5 lh-base">
388
You can{' '}
0 commit comments