Skip to content

Commit 000f63d

Browse files
ci: apply automated fixes
1 parent b809422 commit 000f63d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/routes/account/integrations.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,7 @@ function IntegrationsPage() {
168168
</p>
169169
</div>
170170
{!isCreating && (
171-
<Button
172-
variant="ghost"
173-
size="xs"
174-
onClick={() => setIsCreating(true)}>
171+
<Button variant="ghost" size="xs" onClick={() => setIsCreating(true)}>
175172
<Plus className="w-3.5 h-3.5" />
176173
New Key
177174
</Button>

src/routes/admin/roles.index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,7 @@ function RolesPage() {
422422
isLoading={rolesQuery.isFetching}
423423
actions={
424424
!isCreating && (
425-
<Button
426-
size="xs"
427-
onClick={handleCreateRole}>
425+
<Button size="xs" onClick={handleCreateRole}>
428426
<Plus className="w-4 h-4" />
429427
Create Role
430428
</Button>

0 commit comments

Comments
 (0)