From 28f50b192fc4a71c8a3bbeab0dbc998e171e6ec3 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 23 Jul 2022 13:13:56 -0500 Subject: [PATCH] SquareStack variable naming --- squarenotsquare/navigation/SquareStack.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/squarenotsquare/navigation/SquareStack.js b/squarenotsquare/navigation/SquareStack.js index 78a83da..ac3b3a9 100644 --- a/squarenotsquare/navigation/SquareStack.js +++ b/squarenotsquare/navigation/SquareStack.js @@ -18,33 +18,33 @@ class SquareStack extends Component { return ( - - + - - - - - + ) }