Remove unused displayProfiles
cgen-ce44d23e4b19406db667139a6e4df77d
This commit is contained in:
parent
50ae303f19
commit
234e1746ef
1 changed files with 0 additions and 5 deletions
|
|
@ -302,11 +302,6 @@ export default function Admin() {
|
||||||
[navigate],
|
[navigate],
|
||||||
);
|
);
|
||||||
|
|
||||||
const displayProfiles = useMemo(
|
|
||||||
() => managedProfiles.slice(0, 12),
|
|
||||||
[managedProfiles],
|
|
||||||
);
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
(async () => {
|
(async () => {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue