diff --git a/frontend/index.html b/frontend/index.html index 8c0928b..f8a76a2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -15,7 +15,8 @@ - + + {{ if eq .ActiveCard "stores" }}
{{range $Store := .Stores }} @@ -23,7 +24,9 @@ {{- end }}
+ {{ end }} + {{ if eq .ActiveCard "listings" }}
{{range $Listing := .Listings }} @@ -32,6 +35,7 @@ {{- end }}
+ {{ end }}