Fix condition
Fix condition for using message
This commit is contained in:
parent
e3ac933591
commit
2c326dcbe7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default () => {
|
|||
return (
|
||||
<PageContentBlock>
|
||||
<FlashMessageRender byKey={'backups'} className={'mb-4'}/>
|
||||
{featureLimits.backups >= 0 &&
|
||||
{featureLimits.backups !== 0 &&
|
||||
<p className="text-center text-md text-neutral-400">
|
||||
You are currently using {backups.length} of {featureLimits.backups} backups.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue