We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15ec0f commit 2d2d423Copy full SHA for 2d2d423
apps/recnet/src/components/FollowButton.tsx
@@ -26,7 +26,7 @@ export function FollowButton(props: FollowButtonProps) {
26
variant={isFollowing ? "outline" : "solid"}
27
onClick={async () => {
28
if (!me) {
29
- toast.error("You must be logged in to follow someone.");
+ toast.error("You must be logged in to follow someone");
30
return;
31
}
32
setIsLoading(true);
0 commit comments