Redux_PilotCardView.swift  Make this a dedicated ShipPointsView ``` HStack { buildPointsView() buildPointsView(half: true) IndicatorView(label: "\(self.shipPilot.threshold)", bgColor: Color.yellow, fgColor: Color.black) ```