Skip to content

Commit

Permalink
update frontend to match new api structure
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed May 6, 2024
1 parent 6acf688 commit e362410
Show file tree
Hide file tree
Showing 31 changed files with 967 additions and 1,382 deletions.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,9 @@ export const AssetView = ({assetKey, trace, headerBreadcrumbs}: Props) => {
}
right={
<Box style={{margin: '-4px 0'}} flex={{direction: 'row', gap: 8}}>
{codeSource &&
codeSource.codeReferences &&
Object.keys(codeSource.codeReferences).length > 0 && (
<CodeLink codeLinkData={codeSource} />
)}
{codeSource && codeSource.codeReferences && codeSource.codeReferences.length > 0 && (
<CodeLink codeLinkData={codeSource} />
)}
{definition && definition.isObservable ? (
<LaunchAssetObservationButton
primary
Expand Down

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

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

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

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

Loading

0 comments on commit e362410

Please sign in to comment.