Skip to content

Commit

Permalink
refactor: adjust table
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Sep 25, 2023
1 parent 03466d6 commit 7f374c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/comment/handlers/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ ${
</tr>
${multiplier ? `<tr><td>Payment Multiplier</td><td>${multiplier}</td></tr>` : ``}
${reason ? `<tr><td>Multiplier Reason</td><td>${reason}</td></tr>` : ``}
${task ? `<tr><td>Total Task</td><td>${task}</td></tr>` : ``}
${task ? `<tr><td>Total Price</td><td>${task}</td></tr>` : ``}
</table></code>`;
};

0 comments on commit 7f374c6

Please sign in to comment.