Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tejpowar committed Apr 8, 2024
1 parent 3bd2110 commit a84000e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/schema/future-standards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const schema = [
return (
val && (
<MarkdownBlock md={mdBlock} />
),
)
)}
},
trusted_by: {
Expand Down
2 changes: 1 addition & 1 deletion ui/schema/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const schema = [
return (
val && (
<MarkdownBlock md={mdBlock} />
),
)
)}
},
trusted_by: {
Expand Down
2 changes: 1 addition & 1 deletion ui/schema/published-standards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const schema = [
return (
val && (
<MarkdownBlock md={mdBlock} />
),
)
)}
},
trusted_by: {
Expand Down

0 comments on commit a84000e

Please sign in to comment.