mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-26 02:02:43 +00:00
🎨 replace prettier with oxfmt
This commit is contained in:
@@ -110,7 +110,7 @@ export default function Paginate({
|
||||
className={clsx(
|
||||
"paginate-button",
|
||||
typeof page !== "number" && "ellipsis",
|
||||
currentPage === page && "active"
|
||||
currentPage === page && "active",
|
||||
)}
|
||||
onClick={() =>
|
||||
typeof page === "number" &&
|
||||
|
||||
Reference in New Issue
Block a user