Skip to content

Commit

Permalink
fix(client): fix contest module weird behavior when first enabling a …
Browse files Browse the repository at this point in the history
…module (#580)
  • Loading branch information
fushar authored Jan 20, 2024
1 parent 1b88b01 commit f106e24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class ContestEditModulesTab extends Component {

return (
<div className="contest-edit-dialog__content">
{this.renderEnabledModules(enabledModules)}
<>{this.renderEnabledModules(enabledModules)}</>
<hr />
{this.renderDisabledModules(disabledModules)}
<>{this.renderDisabledModules(disabledModules)}</>
</div>
);
};
Expand Down

0 comments on commit f106e24

Please sign in to comment.