Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee1dff3

Browse files
committedDec 2, 2024
pass repository as props to SupportOwner component in landing page repo preview
1 parent 1d36a25 commit ee1dff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎helpers/gitopiaLive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ function GitopiaLive(props) {
205205
<div className="flex-1 order-1 sm:order-2 mt-4 max-w-3xl">
206206
<SupportOwner
207207
ownerAddress={props.repository.owner.address}
208+
repository={props.repository}
208209
isMobile={isMobile}
209210
/>
210211
<div className="mt-8 flex justify-start">

0 commit comments

Comments
 (0)
Please sign in to comment.