Skip to content

Commit c5b5b19

Browse files
authored
Fix: fixing syntax (#151)
1 parent 701cd55 commit c5b5b19

File tree

1 file changed

+1
-1
lines changed
  • client/prebuiltPages/react/src

1 file changed

+1
-1
lines changed

client/prebuiltPages/react/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function App() {
111111
/>
112112
<Route
113113
path="/one-time-payment/cart"
114-
element=<BaseCart flowType="one-time-payment" />
114+
element={<BaseCart flowType="one-time-payment" />}
115115
/>
116116
<Route
117117
path="/one-time-payment/checkout"

0 commit comments

Comments
 (0)