Skip to content

Commit 879ebfe

Browse files
committed
[skip ci] aesthtics
1 parent 40a9b53 commit 879ebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/vipMarket/AnatomicalModelDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ qx.Class.define("osparc.vipMarket.AnatomicalModelDetails", {
209209
}));
210210

211211
anatomicalModelsData["purchases"].forEach(purchase => {
212-
const seatsText = "seat" + purchase["numberOfSeats"] > 1 ? "s" : "";
212+
const seatsText = "seat" + (purchase["numberOfSeats"] > 1 ? "s" : "");
213213
const entry = new qx.ui.basic.Label().set({
214214
value: `${purchase["numberOfSeats"]} ${seatsText} avaialable until ${osparc.utils.Utils.formatDate(purchase["expiresAt"])}`
215215
});

0 commit comments

Comments
 (0)