nettashviro / MovieApp

.NET core movie website for class
0 stars 0 forks source link

Bug: map error #42

Closed barlotem closed 4 years ago

barlotem commented 4 years ago

I have only one movie but when going to map page I get the following alert:

image

image

Update: it happened because my movie has no location so we can make it required field or just ignore it on the map page

MaryKrikhely commented 4 years ago

Added filter that removes movies without countries from the list of ones that should be rendered on the map (thought this would be better than require)