mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 11:29:22 -05:00
fix: remove attributes from loading skeleton (#2796)
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ export const PeopleSecondaryNavigation = async ({
|
||||
label: "Attributes",
|
||||
href: `/environments/${environmentId}/attributes`,
|
||||
// hide attributes tab if it's being used in the loading state or if the product's channel is website or link
|
||||
hidden: !!(!loading && currentProductChannel && currentProductChannel !== "app"),
|
||||
hidden: loading || !!(currentProductChannel && currentProductChannel !== "app"),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user