From 659f337de9e5fe017055eac484fd053f6e5e2e18 Mon Sep 17 00:00:00 2001 From: ExitCode Date: Sun, 22 Apr 2018 05:34:25 +0200 Subject: [PATCH] Added a spacer between the mod values --- src/app/components/ModificationsMenu.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/ModificationsMenu.jsx b/src/app/components/ModificationsMenu.jsx index a341813f..bb1e83a3 100644 --- a/src/app/components/ModificationsMenu.jsx +++ b/src/app/components/ModificationsMenu.jsx @@ -290,6 +290,7 @@ export default class ModificationsMenu extends TranslatedComponent { : null } : null } + { showMods ?
: null } { showMods ? { this._renderModifications(this.props) }