Skip to content

Commit af973c6

Browse files
committed
Make lint happy
1 parent 79237cc commit af973c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default class Modal extends Component {
100100
formattedError.includes("Failed to load settings from") && (
101101
<div>
102102
<button
103-
onclick={e => {
103+
onclick={(e) => {
104104
clearSiteURL(e);
105105
clearStoreError();
106106
}}

0 commit comments

Comments
 (0)