Skip to content

Commit

Permalink
Incorporate bible-reference-rcl changes for tab select (#479)
Browse files Browse the repository at this point in the history
* Incorporate bible-reference-rcl changes for tab select

* silly yarn lock

* Updated Bible-Ref-Rcl version and merge bug fix

* updated version
  • Loading branch information
kintsoogi authored Jul 18, 2023
1 parent 3528ae3 commit 50675d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@mui/styles": "^5.8.7",
"@sendgrid/mail": "^7.4.2",
"autoprefixer": "^10.1.0",
"bible-reference-rcl": "1.2.1",
"bible-reference-rcl": "1.2.2",
"core-js": "^3.8.3",
"deep-equal": "^2.0.5",
"gitea-react-toolkit": "2.2.5",
Expand All @@ -50,7 +50,6 @@
"react-icons": "^4.8.0",
"regenerator-runtime": "^0.13.7",
"resource-workspace-rcl": "2.1.4",

"scripture-resources-rcl": "5.4.1",
"single-scripture-rcl": "3.4.4",
"tailwindcss": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default function Drawer({
mergeStatusForCards={mergeStatusForCards}
{...mergeButtonProps}
open={isMessageDialogOpen}
isLoading={ cardsLoadingMerge?.length }
isLoading={ !!cardsLoadingMerge?.length }
/>
<ErrorDialog
title={dialogTitle}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3001,10 +3001,10 @@ bible-reference-range@^1.0.1, bible-reference-range@^1.1.0:
resolved "https://registry.yarnpkg.com/bible-reference-range/-/bible-reference-range-1.1.0.tgz#2e80f066d30e9884d30f582c623de9cc2414676b"
integrity sha512-EVPhDLSY/hmeW6reO9XLst1SKAAf6Opyfy6l2MZSna9kE6DqEiFW/eWOrkPq5g40Hs+Xe8odPGJuIpdysokQpg==

bible-reference-rcl@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/bible-reference-rcl/-/bible-reference-rcl-1.2.1.tgz#e76aca9d7045b8d8bd24c31204ee760de272605d"
integrity sha512-LcppTMmrcVLZUkPg3Thq0EK/r5Z1YZ7jakktHosXaVNRCfRYfAPUm3SIYUqY9DZ6yxxCnMegxjA2DszxlLnGrg==
bible-reference-rcl@1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/bible-reference-rcl/-/bible-reference-rcl-1.2.2.tgz#93e636a540ac1e5837f528e16e84f5fb3483b290"
integrity sha512-7OiRXwQDT4XB/tId+t/IXGTF4UMcs7zVg5x1JrwhLktg5NmZa9RXovTol2WtZUZ55AMRxMYj3OX9kx+iVuydKQ==
dependencies:
"@emotion/react" "^11.11.0"
"@emotion/styled" "^11.11.0"
Expand Down

0 comments on commit 50675d4

Please sign in to comment.