Skip to content

Commit

Permalink
chore: fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrader committed May 5, 2023
1 parent a369d27 commit 8d9d58e
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,12 @@ export const ProjectFundingQRScreenQRCodeSection = ({ fundingFlow }: Props) => {
)
}


<<<<<<< Updated upstream
const GeneratingInvoice = ({
refreshInvoice,
}: {
refreshInvoice: () => void
}) => {
const { onOpen, onClose, isOpen } = useDisclosure()
const timeout = useRef<NodeJS.Timeout | undefined>()

useEffect(() => {
Expand Down Expand Up @@ -380,5 +384,3 @@ export const ProjectFundingQRScreenQRCodeSection = ({ fundingFlow }: Props) => {
</VStack>
)
}
=======
>>>>>>> Stashed changes

0 comments on commit 8d9d58e

Please sign in to comment.