Skip to content

Commit 750e801

Browse files
authored
Update DeckyErrorBoundary.tsx
Allow for plugins to trigger new behavior.
1 parent 2f61cf8 commit 750e801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/DeckyErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const DeckyErrorBoundary: FunctionComponent<DeckyErrorBoundaryProps> = ({ error,
172172
</button>
173173
</div>
174174
)}
175-
{!wasCausedByPlugin && (
175+
{(
176176
<div style={{ display: 'block', marginBottom: '5px' }}>
177177
{updateProgress > -1
178178
? 'Update in progress... ' + updateProgress + '%'

0 commit comments

Comments
 (0)