From ae9d43b0acc9f7f00ef901e060dbc74b3a1af7e0 Mon Sep 17 00:00:00 2001 From: Max Grossman Date: Tue, 18 Dec 2018 11:16:31 -0500 Subject: [PATCH] remove double class ref #5614 --- modules/ui/commit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/commit.js b/modules/ui/commit.js index 7b16247ce..8d2876bd2 100644 --- a/modules/ui/commit.js +++ b/modules/ui/commit.js @@ -112,7 +112,7 @@ export function uiCommit(context) { headerTitle .append('div') - .attr('class', 'header-block header-block') + .attr('class', 'header-block') .append('h3') .text(t('commit.title'))