Skip to content

Commit 3a08f8f

Browse files
ci: apply automated fixes
1 parent 513ef77 commit 3a08f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Definition/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export function Definition({
4646
);
4747

4848
const { pathname } = useLocation();
49-
50-
if(dontShowIfInPageURL && pathname) {
49+
50+
if (dontShowIfInPageURL && pathname) {
5151
// If the term is in the page URL, don't show the definition.
5252
// This prevents showing definitions for terms on pages that
5353
// already explain them.

0 commit comments

Comments
 (0)