Skip to content

Commit b30c495

Browse files
committed
Lint fixup
1 parent 0d2abb0 commit b30c495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export default {
77
tabWidth: 2,
88
endOfLine: 'auto',
99
plugins: [importSort],
10-
}
10+
};

frontend/src/components/DeckyErrorBoundary.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const DeckyErrorBoundary: FunctionComponent<DeckyErrorBoundaryProps> = ({ error,
172172
</button>
173173
</div>
174174
)}
175-
{(
175+
{
176176
<div style={{ display: 'block', marginBottom: '5px' }}>
177177
{updateProgress > -1
178178
? 'Update in progress... ' + updateProgress + '%'
@@ -230,7 +230,7 @@ const DeckyErrorBoundary: FunctionComponent<DeckyErrorBoundaryProps> = ({ error,
230230
</div>
231231
)}
232232
</div>
233-
)}
233+
}
234234
{wasCausedByPlugin && (
235235
<div style={{ display: 'block', marginBottom: '5px' }}>
236236
{'\n'}

0 commit comments

Comments
 (0)