We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2124f7e commit 91e1493Copy full SHA for 91e1493
src/renderer/components/BackgroundMaps/BGMapInfo.js
@@ -125,7 +125,6 @@ const MapInfo = ({ bgMap }) => {
125
function deleteMap (mapId) {
126
// To do: Api Call to delete map
127
try {
128
- return
129
} catch (err) {
130
remote.dialog.showErrorBox(
131
t(m.deleteErrorTitle),
src/renderer/components/BackgroundMaps/SidePanel.js
@@ -50,7 +50,7 @@ export const SidePanel = ({
50
if (!result.filePaths || !result.filePaths.length) return
51
52
53
- const filePath = result.filePaths[0]
+ // const filePath = result.filePaths[0]
54
// to do: Api call to import map
55
56
onError(err)
0 commit comments