Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Sep 27, 2023
1 parent c7daeb5 commit 052cbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renderer/src/components/Login/LeftLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const LeftLogin = () => {
</Tab.List>
<Tab.Panels>
<Tab.Panel className="relative overflow-y-auto h-[60vh] p-5">
<div className="grid grid-cols-2" id='active-tab'>
<div className="grid grid-cols-2" id="active-tab">
{sortedUsers.filter(filterUsers).map((user) => (
<div className="flex items-center" key={user.username}>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default function AdvancedSettingsDropdown({ call, project, projectType })
className={canonSpecification.title === 'Old Testament (OT)' ? 'bg-primary hover:bg-secondary text-white px-3 py-1 rounded-full cursor-pointer whitespace-nowrap' : 'bg-gray-200 hover:bg-primary hover:text-white px-3 py-1 rounded-full cursor-pointer whitespace-nowrap'}
onClick={() => selectCanon(canonList[1])}
role="button"
aria-label='old-testament'
aria-label="old-testament"
tabIndex="0"
>
{`${t('label-old-testament')} (OT)`}
Expand Down

0 comments on commit 052cbba

Please sign in to comment.