Skip to content

Commit

Permalink
Remove unused variable from #1018 (#1030)
Browse files Browse the repository at this point in the history
* Remove unused variable from #1018

* Amend changelog to include fix from #1011
  • Loading branch information
tupaschoal authored Nov 1, 2023
1 parent 542a243 commit 26f5d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!--- Begin changes - Do not remove -->

- Enhancement [#1009]: Adding an animation to the workday waiver holidays table when the contents switch
- Fix [#1008]: Sourced conflicting holidays being imported by default

<!--- End changes - Do not remove -->

Expand Down
2 changes: 1 addition & 1 deletion js/menus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const { app, BrowserWindow, clipboard, dialog, shell, ipcMain } = require('electron');
const { app, BrowserWindow, clipboard, dialog, shell } = require('electron');
const path = require('path');
const Store = require('electron-store');

Expand Down

0 comments on commit 26f5d4c

Please sign in to comment.