Skip to content

Commit

Permalink
switch Open Bible Story card to be a type resource_card
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Dec 7, 2023
1 parent 51a257e commit 272fe2d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/components/WorkspaceContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,16 +481,15 @@ function WorkspaceContainer() {
},
{
title: 'Open Bible Story',
type: 'scripture_card',
id: 'scripture_card_3',
cardNum: 3,
resource: {
owner,
languageId,
resourceId: 'obs',
originalLanguageOwner: scriptureOwner,
},
...commonScriptureCardConfigs,
type: 'resource_card',
id: 'resource_card_obs',
resourceId: 'obs',
projectId: bookId,
filePath: null,
loggedInUser: loggedInUser,
authentication: authentication,
...commonResourceCardConfigs,

},
{
title: 'Simplified Translation',
Expand Down

0 comments on commit 272fe2d

Please sign in to comment.