Hello-World-Software-Studios / calculator

Carpenter's tool for wall layout
0 stars 1 forks source link

Fix weird formatting in Calculator #84

Closed ecumene closed 2 years ago

ecumene commented 2 years ago

              {`Now measuring in ${isImperialUnit ? "inches" : "milimetres"}.`}
``
ecumene commented 2 years ago

Same thing with this:

                  {`Place your studs at: ${listOfMeasurements.join(", ")}`}
JPM709 commented 2 years ago

Done!