Space fix

This commit is contained in:
Paweł Balicki
2021-01-05 10:46:16 +01:00
parent ee34b1fcb8
commit e8d7637260
+1 -1
View File
@@ -5,6 +5,6 @@ if (locationHash) {
const matchedTabs = tabsList.filter(tab => tab.hash === locationHash); const matchedTabs = tabsList.filter(tab => tab.hash === locationHash);
matchedTabs.map(tab => { matchedTabs.map(tab => {
new bootstrap.Tab(tab).show(); new bootstrap.Tab(tab).show();
}); });
} }