feat: translations
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
||||
import useEventPublisher from "Feed/EventPublisher";
|
||||
import { HexKey } from "Nostr";
|
||||
import ProfilePreview from "Element/ProfilePreview";
|
||||
|
||||
import messages from "./messages";
|
||||
|
||||
export interface FollowListBaseProps {
|
||||
pubkeys: HexKey[];
|
||||
title?: string;
|
||||
@ -26,7 +30,7 @@ export default function FollowListBase({
|
||||
type="button"
|
||||
onClick={() => followAll()}
|
||||
>
|
||||
Follow All
|
||||
<FormattedMessage {...messages.FollowAll} />
|
||||
</button>
|
||||
</div>
|
||||
{pubkeys?.map((a) => (
|
||||
|
Reference in New Issue
Block a user