mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: add back button to AdminBanSystem page
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import { useState, useEffect, useCallback, useRef } from 'react';
|
import { useState, useEffect, useCallback, useRef } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
|
import { AdminBackButton } from '../components/admin/AdminBackButton';
|
||||||
import {
|
import {
|
||||||
banSystemApi,
|
banSystemApi,
|
||||||
type BanSystemStatus,
|
type BanSystemStatus,
|
||||||
@@ -557,6 +558,7 @@ export default function AdminBanSystem() {
|
|||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
|
<AdminBackButton />
|
||||||
<div className="rounded-xl bg-error-500/20 p-3">
|
<div className="rounded-xl bg-error-500/20 p-3">
|
||||||
<ShieldIcon />
|
<ShieldIcon />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user