Skip to content

Commit

Permalink
[Fix] typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Jan 21, 2025
1 parent da82d96 commit 2345d34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/src/components/lineage/SandboxView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ function SandboxEditorLabels({
>
<Stack width={widthOfBar}>
<Text as="b" margin={margin}>
ORIGINAL (Schemas: {schema}, Last Updated: {latestUpdateDistanceToNow}
)
ORIGINAL (Schema: {schema}, Last Updated: {latestUpdateDistanceToNow})
</Text>
</Stack>
<Stack width={widthOfBar}>
Expand Down

0 comments on commit 2345d34

Please sign in to comment.