Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Feb 10, 2025
1 parent b98fbe5 commit fd020e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/ProfileDetectedUserListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export type Props = {
| "originalHandle"
| "originalDisplayName"
| "originalProfileLink"
| "avatarSimilarityScore"
>;
clickAction: (
user: Omit<
Expand Down
2 changes: 1 addition & 1 deletion src/contents/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Profile = () => {
return (
<Modal open={isModalOpen} onClose={() => setIsModalOpen(false)} width={700}>
<h2 className="text-lg font-bold text-center py-2">
{chrome.i18n.getMessage("re_search_modal_title")} asssss
{chrome.i18n.getMessage("re_search_modal_title")}
</h2>
<div className="flex flex-col gap-2">
{isLoading && (
Expand Down

0 comments on commit fd020e5

Please sign in to comment.