Skip to content

Commit

Permalink
refactor: hide API link for the first version
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Dec 19, 2024
1 parent 53a0952 commit e309ff9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/DataDimension/Info/InfoTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,18 +181,6 @@ export const InfoTable = ({ data, error, loading, children }) => {
<th>{i18n.t('Created by')}</th>
<td>{`${data.createdBy.displayName}, ${data.createdBy.username}`}</td>
</tr>
<tr>
<th>{i18n.t('API link')}</th>
<td>
<a
href={data.href}
target="_blank"
rel="noreferrer"
>
{i18n.t('Open in API')}
</a>
</td>
</tr>
{data.attributeValues.map(
({ attribute, value }) => (
<tr key={attribute.id}>
Expand Down

0 comments on commit e309ff9

Please sign in to comment.