Skip to content

Commit

Permalink
Fix calculate expression action icon
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Jan 18, 2024
1 parent 2b82e24 commit 24f539b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/actions/calculate-expression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export default {
icon: 'f_cursive_circle',
background: '#8e8e93',
render: (container: HTMLElement, params: CalculateExpressionParameters) => {
container.className += ' sp-date-action';

return renderActionHeader(actions['calculateexpression'],
renderValue(params['Input'], '7 + 7'),
);
Expand Down

0 comments on commit 24f539b

Please sign in to comment.