Error occurred when fetching sidebar data
Price fix
src
components/Place
Place.tsx +1 -1
enums/TranslationEnum
TranslationEnum.enum.tsx +6 -0
pages
HowItWorks
HowItWorks.tsx +1 -1
ListPlaces
ListPlaces.tsx +3 -2
services
UtilsService.tsx +34 -0
+ 1
- 1
@@ -68,7 +68,7 @@ export default function Place ({ spaceId, title, address, capacity, size, price,
+ 6
- 0
@@ -12,9 +12,10 @@ import Loading from "../../components/Loading/Loading";
@@ -102,7 +103,7 @@ const ListPlaces: React.FC<ListPlacesPageProps> = ({ navigation, route }) => {
src/services/UtilsService.tsx
0 → 100644
+ 34
- 0