Skip to content

Commit

Permalink
Removing unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Oct 30, 2023
1 parent f1a049d commit 033f353
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function ReferenceScribex(props) {
const {
state: {
fontSize,
projectScriptureDir,
},
} = useContext(ReferenceContext);

Expand Down Expand Up @@ -85,7 +84,6 @@ export default function ReferenceScribex(props) {
fontFamily: font || 'sans-serif',
fontSize: `${fontSize}rem`,
lineHeight: (fontSize > 1.3) ? 1.5 : '',
// direction: `${projectScriptureDir === 'RTL' ? 'rtl' : 'auto'}`,
}}
>
<ReferenceEditor {..._props} />
Expand Down

0 comments on commit 033f353

Please sign in to comment.