From a358a89e24bf22c194941e50b02023f7cacecd08 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Mon, 3 Jan 2022 15:05:19 -0800 Subject: [PATCH] Add back button --- frontend/src/components/MakerPage.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/MakerPage.js b/frontend/src/components/MakerPage.js index 99a4aa3c..ea434a15 100644 --- a/frontend/src/components/MakerPage.js +++ b/frontend/src/components/MakerPage.js @@ -240,7 +240,7 @@ export default class MakerPage extends Component { - @@ -253,6 +253,11 @@ export default class MakerPage extends Component { } + + + );