diff --git a/src/App.jsx b/src/App.jsx index 3f9cd01..3193adc 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -168,16 +168,21 @@ function App() { Custom Color - {primaryColor !== getPrimaryColor(roster.forces[0].catalog) && ( - - )} + {roster && + primaryColor !== getPrimaryColor(roster.forces[0].catalog) && ( + + )}