Skip to content

Commit

Permalink
Update logic.js
Browse files Browse the repository at this point in the history
Fix #27
  • Loading branch information
mclemente committed Jan 18, 2022
1 parent 58e9dbe commit adcecf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class PartyOverviewApp extends Application {
tabs[tab] = {
id: currentSystemProvider.tabs[tab].id,
localization: currentSystemProvider.tabs[tab].localization,
visible: formData[element],
visible: true,
};
}
}
Expand Down

0 comments on commit adcecf7

Please sign in to comment.