Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
longtv2222 committed Dec 20, 2023
1 parent 7d1eaba commit e670613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototype/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function App() {
};

const setCarInterior = (interior: string) => {
const model = levaStore.get("Select") as Model; 8
const model = levaStore.get("Select") as Model;
setCarsState({
...carsStateRef.current,
[model]: {
Expand Down

0 comments on commit e670613

Please sign in to comment.