Skip to content

Commit

Permalink
Fix usage displayer (#6441)
Browse files Browse the repository at this point in the history
* Fix wrong logic for usage displayer

* Bump version too
  • Loading branch information
ClementPasteau committed Mar 8, 2024
1 parent 9c5a5db commit 292b23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion newIDE/app/src/Profile/CurrentUsageDisplayer.js
Expand Up @@ -133,7 +133,7 @@ const CurrentUsageDisplayer = ({
return (
<ColumnStackLayout noMargin>
{hasSubscription ? (
quota.limitReached ? (
!quota.limitReached ? (
<div
style={{
...styles.subscriptionContainer,
Expand Down
2 changes: 1 addition & 1 deletion newIDE/electron-app/app/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gdevelop",
"productName": "GDevelop 5",
"description": "GDevelop 5 IDE - the open-source, cross-platform game engine designed for everyone",
"version": "5.3.193",
"version": "5.3.194",
"author": "GDevelop Team <hello@gdevelop.io>",
"license": "MIT",
"homepage": "https://gdevelop.io",
Expand Down

0 comments on commit 292b23e

Please sign in to comment.