Skip to content

Commit 199015b

Browse files
committed
Fix icon condition
1 parent db809be commit 199015b

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<Layout.Stack direction="row" alignItems="center" gap="s">
118118
<Layout.Stack inline direction="row" alignItems="center" gap="xxs">
119119
<span class="text u-trim-1" data-private>{attribute.key}</span>
120-
{#if isString(attribute) && !attribute.encrypt}
120+
{#if isString(attribute) && attribute.encrypt}
121121
<Tooltip>
122122
<Icon
123123
size="s"

0 commit comments

Comments
 (0)