mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
fix cancel button
This commit is contained in:
parent
a5f53ac5f3
commit
83a3720361
@ -44,7 +44,7 @@ const PackageUpdateAvailable = ({ update, close }) => {
|
|||||||
|
|
||||||
<div className="package-update-available_actions">
|
<div className="package-update-available_actions">
|
||||||
<Button
|
<Button
|
||||||
onClick={handleContinue}
|
onClick={close}
|
||||||
>
|
>
|
||||||
Cancel
|
Cancel
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user