Skip to content

Commit 9fdfa81

Browse files
kazup01Davy-c
authored andcommitted
Fix CI
1 parent 0f44610 commit 9fdfa81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/cloud/components/Comments/CommentManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function CommentManager({
8787
users={usersOrEmpty}
8888
updateComment={updateComment}
8989
/>
90-
<CommentInput
90+
<CommentInput
9191
placeholder={'Comment...'}
9292
onSubmit={async (comment) => {
9393
await createThread({ comment })

src/cloud/components/DashboardPage/AddSmartViewModal.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ const AddSmartViewModal = ({
7070
onClick={() => setSelectedViewType(viewType)}
7171
>
7272
<Flexbox justifyContent='center'>
73-
<div className='smartview__header'>
74-
{icon != null && (
75-
<Icon path={icon} size={26} className='smartview__icon' />
76-
)}
77-
<strong className='smartview__name'>
78-
{capitalize(viewType)}
79-
</strong>
73+
<div className='smartview__header'>
74+
{icon != null && (
75+
<Icon path={icon} size={26} className='smartview__icon' />
76+
)}
77+
<strong className='smartview__name'>
78+
{capitalize(viewType)}
79+
</strong>
8080
</div>
8181
</Flexbox>
8282
<p className='smartview__description'>{desc}</p>

0 commit comments

Comments
 (0)