Skip to content

Commit 1a5716d

Browse files
authored
Merge pull request #842 from AppQuality/edit-delete-comment-button
feat: modified delete comment button
2 parents c9c8e93 + 5578019 commit 1a5716d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/Bug/Chat.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ export const ChatBox = ({
173173
{(comment.creator.id === user.profile_id ||
174174
user.role === 'administrator') && (
175175
<Button
176+
isPill
177+
isBasic
176178
isDanger
177-
isLink
178179
onClick={() => openModal(`${comment.id}`)}
179180
>
180181
{t('__BUG_COMMENTS_CHAT_DELETE__')}

0 commit comments

Comments
 (0)