mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +00:00
fix unused variable
This commit is contained in:
@@ -2104,7 +2104,6 @@ function Characters({ characters }: { characters: CharacterParams[] }) {
|
|||||||
|
|
||||||
function CharacterCard({ character }: { character: CharacterParams }) {
|
function CharacterCard({ character }: { character: CharacterParams }) {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const { t } = useTranslation();
|
|
||||||
|
|
||||||
const handleCVClick = (e: React.MouseEvent) => {
|
const handleCVClick = (e: React.MouseEvent) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user