Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 28, 2024
1 parent ebae4d4 commit 49b37d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/packages/shared/src/publication-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,6 @@ export function BlockContentTwitter({block, ...props}: BlockContentProps) {
const urlArray = block.ref.split('/')
const tweetId = urlArray[urlArray.length - 1].split('?')[0]
const {data, error, isLoading} = useTweet(tweetId)
const openUrl = () => {}

if (isLoading)
return (
Expand Down

0 comments on commit 49b37d9

Please sign in to comment.