Skip to content

Commit

Permalink
chore: linting fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin committed Apr 25, 2022
1 parent 442a309 commit c3d3492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/renderer/components/BackgroundMaps/BGMapInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const MapInfo = ({ bgMap }) => {
function deleteMap (mapId) {
// To do: Api Call to delete map
try {
return
} catch (err) {
remote.dialog.showErrorBox(
t(m.deleteErrorTitle),
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/BackgroundMaps/SidePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SidePanel = ({
if (!result.filePaths || !result.filePaths.length) return

try {
const filePath = result.filePaths[0]
// const filePath = result.filePaths[0]
// to do: Api call to import map
} catch (err) {
onError(err)
Expand Down

0 comments on commit c3d3492

Please sign in to comment.