A temporary fix is to go into the .html and change line 30963
from
let dropdownTowns = Object.keys(allTownsData).filter(t => allTownsData[t].dizzyDoughnuts && allTownsData[t].dizzyDoughnuts.owner !== null);
to
let dropdownTowns = Object.keys(allTownsData);
This forces the franchise network to show all towns, instead of only towns that have a dizzy's with a current owner.