Skip to content

Commit

Permalink
Merge pull request #112 from tgxn/pm_stuff
Browse files Browse the repository at this point in the history
beleted
  • Loading branch information
tgxn authored Nov 7, 2023
2 parents 63a0546 + 538c1f6 commit a558e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Shared/UserChips.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ export function BotAccountChip({ person }) {
export function DeletedUserChip({ person }) {
if (!person.deleted) return null;

return <SquareChip color={"danger"} tooltip="Beleted User" iconOnly={<DeleteIcon fontSize="small" />} />;
return <SquareChip color={"danger"} tooltip="Deleted User" iconOnly={<DeleteIcon fontSize="small" />} />;
}

0 comments on commit a558e89

Please sign in to comment.