feat: add primitive profile settings
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
68e5e6d011
commit
140734b32c
@@ -14,7 +14,7 @@ type ListItemLinkProps = {
|
||||
|
||||
export default function ListItemLink(props: ListItemLinkProps): React.ReactElement {
|
||||
const { icon, primary, to, onClick } = props;
|
||||
const selected = useMatch({ path: to, end: false });
|
||||
const selected = useMatch({ path: to, end: true });
|
||||
|
||||
const CustomLink = React.useMemo(
|
||||
() =>
|
||||
|
Reference in New Issue
Block a user