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 eae5234 commit be6c938Copy full SHA for be6c938
llmstack/client/src/components/store/PublicProfileHeader.jsx
@@ -1,10 +1,6 @@
1
import { Avatar, Box, Card, Typography } from "@mui/material";
2
-import { useRecoilValue } from "recoil";
3
-import { isMobileState } from "../../data/atoms";
4
5
function PublicProfileHeader({ name, avatar, username, sessionData }) {
6
- const isMobile = useRecoilValue(isMobileState);
7
-
8
return (
9
<Card
10
sx={{
0 commit comments