Skip to content

Commit 91e1493

Browse files
committed
chore: linting fix for CI
1 parent 2124f7e commit 91e1493

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/renderer/components/BackgroundMaps/BGMapInfo.js

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ const MapInfo = ({ bgMap }) => {
125125
function deleteMap (mapId) {
126126
// To do: Api Call to delete map
127127
try {
128-
return
129128
} catch (err) {
130129
remote.dialog.showErrorBox(
131130
t(m.deleteErrorTitle),

src/renderer/components/BackgroundMaps/SidePanel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const SidePanel = ({
5050
if (!result.filePaths || !result.filePaths.length) return
5151

5252
try {
53-
const filePath = result.filePaths[0]
53+
// const filePath = result.filePaths[0]
5454
// to do: Api call to import map
5555
} catch (err) {
5656
onError(err)

0 commit comments

Comments
 (0)