Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@biomejs/biome": "2.0.6",
"@biomejs/biome": "^2.1.2",
"@changesets/cli": "^2.29.5",
"@graphprotocol/grc-20": "^0.21.6",
"babel-plugin-annotate-pure-calls": "^0.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const EntityCard = ({ entity, type }: EntityCardProps) => {
return (
<div className={`border rounded-sm ${borderColor} overflow-hidden text-xs`}>
{/* biome-ignore lint/a11y/noStaticElementInteractions: EntityCard has keyboard support via Enter key */}
{/* biome-ignore lint/a11y/useKeyWithClickEvents: EntityCard has keyboard support via Enter key */}
<div
className={`p-3 flex justify-between items-center cursor-pointer ${headerBgColor}`}
onClick={() => setIsExpanded(!isExpanded)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const UpdatedEntityCard = ({ entity }: UpdatedEntityCardProps) => {
return (
<div className="border rounded-sm border-gray-200 overflow-hidden text-xs">
{/* biome-ignore lint/a11y/noStaticElementInteractions: UpdatedEntityCard has keyboard support via Enter key */}
{/* biome-ignore lint/a11y/useKeyWithClickEvents: UpdatedEntityCard has keyboard support via Enter key */}
<div
className="p-3 flex justify-between items-center cursor-pointer bg-gray-50"
onClick={() => setIsExpanded(!isExpanded)}
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading