Skip to content

Commit 2d2d423

Browse files
committed
chore: test husky
1 parent f15ec0f commit 2d2d423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/recnet/src/components/FollowButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function FollowButton(props: FollowButtonProps) {
2626
variant={isFollowing ? "outline" : "solid"}
2727
onClick={async () => {
2828
if (!me) {
29-
toast.error("You must be logged in to follow someone.");
29+
toast.error("You must be logged in to follow someone");
3030
return;
3131
}
3232
setIsLoading(true);

0 commit comments

Comments
 (0)