Skip to content

Commit 00dbbc8

Browse files
committed
minor
1 parent 0778608 commit 00dbbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
180180
});
181181

182182

183-
if (this.__tagButtons.length >= maxTags) {
183+
if (this.__tagButtons.length > maxTags) {
184184
const showAllButton = new qx.ui.form.Button(this.tr("All Tags..."), "@FontAwesome5Solid/tags/20");
185185
showAllButton.set({
186186
appearance: "filter-toggle-button"

0 commit comments

Comments
 (0)