Modal view using HalfModal creates a new tab in TabView

I have just fixed an issue where its solution was to move my code to different .swift files and then reference them as views in ContentView.swift. I have modal views in my new view swift files, using this repo, and now my Modal views show up as their own tab in my TabView, whereas they didn't before. My code is below...










Modal view using HalfModal creates a new tab in TabView
 
 
Q