Skip to content

Commit

Permalink
resolve small regression
Browse files Browse the repository at this point in the history
  • Loading branch information
hasyed-akamai committed Dec 10, 2024
1 parent b5ed848 commit 96c13ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const BucketDetail = (props: Props) => {

return (
<>
<DocumentTitleSegment segment={bucketName + ' | Bucket'} />;
<DocumentTitleSegment segment={bucketName + ' | Bucket'} />
<BucketBreadcrumb
bucketName={bucketName}
history={history}
Expand Down

0 comments on commit 96c13ac

Please sign in to comment.