Skip to content

Commit

Permalink
dimaarion/wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaarion committed Jan 18, 2025
1 parent c1c86b7 commit d4bc6fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified public/asset/model/hest.blend
Binary file not shown.
Binary file modified public/asset/model/hest.blend1
Binary file not shown.
5 changes: 4 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ export default function App() {
if (get("garages")) {
set("garages", garage)
}
// dispatch(updateGarage(garage))
if (!get("lockr_garages")) {
dispatch(updateGarage(garage))
}



return (
Expand Down

0 comments on commit d4bc6fa

Please sign in to comment.