From cd2eb1009e7858cb1265b978b72a71060d63bac0 Mon Sep 17 00:00:00 2001 From: Riddh1ma Date: Mon, 8 Jun 2026 19:11:42 +0530 Subject: [PATCH] Hide Add Sketch option for non-owners of collections --- .../modules/IDE/components/CollectionList/CollectionListRow.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/IDE/components/CollectionList/CollectionListRow.jsx b/client/modules/IDE/components/CollectionList/CollectionListRow.jsx index 6ae24e74e9..8999a003fd 100644 --- a/client/modules/IDE/components/CollectionList/CollectionListRow.jsx +++ b/client/modules/IDE/components/CollectionList/CollectionListRow.jsx @@ -167,7 +167,7 @@ const CollectionListRowBase = (props) => { - + {props.t('CollectionListRow.AddSketch')}