Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Oct 19, 2023
1 parent bc95f37 commit 13b9610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/admin/mailables-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class MailablesWindow extends Component {
const { mailables: selectedMailables } = this.state
const { items } = mailablesConfig
if (!callTaker.mailables.visible) return null
// If items should not be addable twice, then this line can be ammended
// If items should not be addable twice, then this line can be amended
const selectableMailables = items

return (
Expand Down

0 comments on commit 13b9610

Please sign in to comment.