refactor: standardize quotation marks in pnpm-lock.yaml and improve code formatting across various components; enhance readability and maintain consistency in code style
This commit is contained in:
@@ -42,7 +42,7 @@ export function CategoryBarChart({
|
||||
}) => {
|
||||
const categoryName = payload.value;
|
||||
const item = displayData.find((d) => d.name === categoryName);
|
||||
|
||||
|
||||
if (!item) {
|
||||
return (
|
||||
<text
|
||||
|
||||
Reference in New Issue
Block a user