Skip to content

Commit

Permalink
fix: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 18, 2023
1 parent 062d3f6 commit f6d4fda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/settings/modals/commandsModals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export class CommandsModals extends FuzzySuggestModal<GithubPublisherCommands> {
commands: "shareAllMarkedNotes",
name: i18next.t("commands.uploadAllNotes")
},
{
commands: "deleteUnsharedDeletedNotes",
name: i18next.t("commands.publisherDeleteClean")
},
{
commands: "shareOneNote",
name: i18next.t("commands.shareActiveFile")
Expand Down

0 comments on commit f6d4fda

Please sign in to comment.