Skip to content

Commit

Permalink
change context check from snapshots.accessible to snapshots.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
xbhouse committed Nov 2, 2023
1 parent 8f141c7 commit 38f619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/ContentListTable/ContentListTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ const ContentListTable = () => {
<Td>
{name}
<UrlWithExternalIcon href={url} />
<Hide hide={!features?.snapshots?.accessible}>
<Hide hide={!features?.snapshots?.enabled}>
<Flex>
<FlexItem className={classes.snapshotInfoText}>
{last_snapshot
Expand Down

0 comments on commit 38f619e

Please sign in to comment.