Skip to content

Commit

Permalink
fix: the end of bad issues formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Jun 24, 2024
1 parent 26e90a4 commit 72c5e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui-react/src/components/topBar/ReportProblemModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ function ReportProblemModal({ show, onClose }: ReportProblemModalProps) {
) => {
const formattedDetails = details
? `
## Details
## Details
${details}`
${details}`
: '';

// if the log too big it makes an error
Expand Down

0 comments on commit 72c5e09

Please sign in to comment.