Skip to content

Commit

Permalink
fix: renamed calculation to calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 24, 2023
1 parent f7c4507 commit a0c9bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder/components/right-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3918,7 +3918,7 @@
read="false"
active />
</div>
<!--Calculations -->
<!--Calculates -->
<div
class="padding:5px background:gainsboro"
show=".calculate"
Expand All @@ -3933,7 +3933,7 @@
class="height:16px fill:#505050"
src="./assets/svg/minus.svg"></i
></span>
<span>Calculations</span>
<span>Calculates</span>
</div>
<div class="calculate padding-bottom:20px margin:0_5px">
<input
Expand Down

0 comments on commit a0c9bf3

Please sign in to comment.