Skip to content

Commit

Permalink
Remove readerModalDescriptionText
Browse files Browse the repository at this point in the history
This is no longer used as the `Reader` is now on its own app (page).
  • Loading branch information
kasperbirch1 committed Dec 6, 2024
1 parent e8a38e8 commit d01a598
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/apps/material/material.entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ interface MaterialEntryTextProps {
queueText: string;
ratingIsText: string;
readArticleText: string;
readerModalDescriptionText: string;
receiveEmailWhenMaterialReadyText: string;
receiveSmsWhenMaterialReadyText: string;
reservableFromAnotherLibraryText: string;
Expand Down
5 changes: 0 additions & 5 deletions src/apps/material/material.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ const meta: Meta<typeof MaterialEntry> = {
description: "Read article",
control: { type: "text" }
},
readerModalDescriptionText: {
description: "Reader modal description text",
control: { type: "text" }
},
loadingText: {
description: "Loading",
control: { type: "text" }
Expand Down Expand Up @@ -778,7 +774,6 @@ const meta: Meta<typeof MaterialEntry> = {
detailsListPartsText: "Contents",
editionText: "Edition",
readArticleText: "Read article",
readerModalDescriptionText: "Modal for Reader",
loadingText: "Loading",
getOnlineText: "Get online",
seeOnlineText: "See online",
Expand Down

0 comments on commit d01a598

Please sign in to comment.