fix: PR #347 broke ItemCard component, this fixes it.

Sets the locationFlatTree to be an optional prop for the Card component. With a default of an empty array.
This commit is contained in:
Matt Kilgore
2024-11-29 10:21:12 -05:00
parent 121d577e45
commit 5d51c74af2
3 changed files with 9 additions and 5 deletions

View File

@@ -52,6 +52,8 @@ tasks:
- cp ./backend/app/api/static/docs/swagger.json docs/docs/api/openapi-2.0.json
go:run:
env:
HBOX_DEMO: true
desc: Starts the backend api server (depends on generate task)
dir: backend
deps: