Skip to content

Commit

Permalink
Code Review Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaselhan committed Jan 14, 2025
1 parent f40b33e commit b36508b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/Transactions/_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const transactionsColDefs = (t) => [
const suffix = params.data.description

if (suffix) {
debugger
return `${value} - ${suffix}`
}
return value
Expand Down

0 comments on commit b36508b

Please sign in to comment.