small style fixes

This commit is contained in:
NilsUeter
2023-10-28 10:45:39 +02:00
parent c978977eda
commit f929e513f3
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -133,6 +133,7 @@ function App() {
posthog?.capture?.("user_uploaded_roster", {
roster_faction: roster.forces[0].catalog,
roster_type: gameType,
name: rosterName,
});
setRosters(stringifyJSON([roster, ...rostersJSON]));
}