Skip to content

Commit e308d68

Browse files
some corrects
1 parent 1bc5068 commit e308d68

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/pages/Report/components/Bug

1 file changed

+1
-1
lines changed

frontend/src/pages/Report/components/Bug/Bug.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const Bug = ({ reportId, bugId }: BugProps) => {
267267
/>
268268
</div>
269269
)}
270-
{!isNewBug && <div className="mt-4">
270+
{!isNewBug && <div className="mt-2">
271271
<Chat reportId={bug.reportId!} bugId={bug.id!} /></div>}
272272
</div>
273273
</div>

0 commit comments

Comments
 (0)