fix error show

This commit is contained in:
saml33 2024-02-26 20:24:59 +11:00
parent ea168d3051
commit a116aa0e59
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ function UnstakeForm({ token: selectedToken }: UnstakeFormProps) {
}
/>
) : null}
{!lowVaultBalance ? (
{lowVaultBalance ? (
<div className="mt-4">
<InlineNotification
type="error"