From 2c9123bd1b198b72211d570dbf0ca1efa50b02f8 Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Sun, 3 Sep 2023 21:34:43 +0200 Subject: [PATCH] Add 'Add' buttons --- src/components/ManaCalculator/index.tsx | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/components/ManaCalculator/index.tsx b/src/components/ManaCalculator/index.tsx index acfcf0552a7..84d0635e680 100644 --- a/src/components/ManaCalculator/index.tsx +++ b/src/components/ManaCalculator/index.tsx @@ -417,6 +417,20 @@ export default function ManaCalculator() { /> ))} + @@ -502,6 +516,20 @@ export default function ManaCalculator() { /> ))} +