update demo-sliding-profile,
This commit is contained in:
@@ -30,7 +30,7 @@ import styles from './Profile.module.scss';
|
|||||||
const Profile = () => {
|
const Profile = () => {
|
||||||
const { id } = useParams();
|
const { id } = useParams();
|
||||||
const router = useIonRouter();
|
const router = useIonRouter();
|
||||||
const headingRef = useRef();
|
const headingRef = useRef(null);
|
||||||
const [slideSpace, setSlideSpace] = useState(0);
|
const [slideSpace, setSlideSpace] = useState(0);
|
||||||
const [profile, setProfile] = useState([]);
|
const [profile, setProfile] = useState([]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user