Skip to content

Commit

Permalink
Leave addendum (not an actual data point) blank in asset page
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangtanaka-org committed Jul 20, 2024
1 parent e0133d1 commit ce1efc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/objkt-display/tabs/Copyright.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ export const Copyright = () => {
</li>
)
}
if (key === 'addendum') {
return null
}
return (
<li key={key}>
{title}: {displayValue}
Expand Down

0 comments on commit ce1efc7

Please sign in to comment.