diff --git a/src/components/Widgets/Calculation.tsx b/src/components/Widgets/Calculation.tsx index e671aab..54d7ef3 100644 --- a/src/components/Widgets/Calculation.tsx +++ b/src/components/Widgets/Calculation.tsx @@ -9,38 +9,30 @@ type CalculationWidgetProps = { const Calculation = ({ expression, result }: CalculationWidgetProps) => { return ( -
-
-
- -
- - Calculation - -
- -
-
-
- +
+
+
+
+ + Expression
-
+
{expression}
-
-
- - +
+
+ + Result
-
+
{result.toLocaleString()}