Skip to content

Commit

Permalink
removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Apr 4, 2024
1 parent 3db2a22 commit 1d4dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chart/src/ChartErrorOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ChartErrorOverlay({
Dismiss
</Button>
)}
{onConfirm && !undismissableError && (
{onConfirm && (
<Button onClick={onConfirm} kind="primary">
Continue
</Button>
Expand Down

0 comments on commit 1d4dd69

Please sign in to comment.