Skip to content

Commit

Permalink
fix: ci check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGross committed Nov 25, 2024
1 parent 32cf0a3 commit aaa3593
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions components/pages/workPageLayout/WorkPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ function WorkPageLayout({ wid }: { wid: string }) {

const manifestations = data?.work?.manifestations.all

console.log(manifestations)

const identifier = manifestations?.[0].identifiers?.[0].value || ""

const url = resolveUrl({
Expand Down
2 changes: 0 additions & 2 deletions components/shared/publizonPlayer/PublizonPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const Player = ({ type, orderId, identifier }: ReaderType) => {
}

if (type === "demo") {
console.log(identifier)

return (
<iframe
style={{ height: "300px" }}
Expand Down

0 comments on commit aaa3593

Please sign in to comment.