fix: welcome modal is now responsive, fix close button with other languages, codacy fixes etc

This commit is contained in:
David Ralph
2021-07-18 10:43:25 +01:00
parent 59a888c861
commit 99993720f2
9 changed files with 50 additions and 20 deletions

View File

@@ -75,8 +75,9 @@ export default class Search extends React.PureComponent {
this.setState({
suggestions: window.searchResults[1].splice(0, 3)
});
// ignore error if empty
} catch (e) {}
} catch (e) {
// ignore error if empty
}
document.head.removeChild(script);
}