Skip to content

Commit eeef8e8

Browse files
author
katiegoines
committed
fix typo;
1 parent 1976e36 commit eeef8e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ApiDocs/display/ApiModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ export const ApiModal = ({
9090
setTimeout(() => {
9191
ref?.current?.focus();
9292
}, 0);
93-
93+
}
94+
9495
if (typeof window != 'undefined') {
9596
window.onclick = function (event) {
9697
if (event.target.className.includes('api-modal-container--open')) {

0 commit comments

Comments
 (0)