Skip to content

Commit 5eda6c8

Browse files
committed
Update build
1 parent 1f3fc0e commit 5eda6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/src/routes/$profileId.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const Route = createLazyFileRoute('/$profileId')({
2424
function Profile() {
2525
const { profileId } = Route.useParams();
2626
const { data: profile, isLoading, error } = useProfile(profileId);
27-
const { data: followersData, isLoading: followersLoading, error: followersError } = useFollowers(profileId);
27+
const { data: followersData } = useFollowers(profileId);
2828
const [copySuccess, setCopySuccess] = useState('');
2929

3030
// Helper function to copy text to clipboard

0 commit comments

Comments
 (0)