Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazib Hussain committed Nov 18, 2023
1 parent 0b12175 commit c4d7240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-electron/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ contextBridge.exposeInMainWorld('Actual', {
},

setTheme: theme => {
ipcRenderer.send('set-theme', { theme } );
ipcRenderer.send('set-theme', { theme });
},
});

0 comments on commit c4d7240

Please sign in to comment.