From e8d76372607767f06ae3b5040add58355098186c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Balicki?= Date: Tue, 5 Jan 2021 10:46:16 +0100 Subject: [PATCH] Space fix --- src/js/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tab.js b/src/js/tab.js index fcc293ec5..943329c4b 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -5,6 +5,6 @@ if (locationHash) { const matchedTabs = tabsList.filter(tab => tab.hash === locationHash); matchedTabs.map(tab => { - new bootstrap.Tab(tab).show(); + new bootstrap.Tab(tab).show(); }); }