Skip to content

Commit

Permalink
automation test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanmuito committed Jan 24, 2024
1 parent f6150ba commit cb9c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

export default function App() {
const [appState, setAppState] = useState<AppState>({
cartValue: '0.00',
cartValue: '0',
cartValueError: '',
deliveryDistance: '0',
deliveryDistanceError: '',
Expand Down

0 comments on commit cb9c1cd

Please sign in to comment.