mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
Subject view displaying subj/question count, subj selector height change
This commit is contained in:
parent
48d531ca1d
commit
0ba12f4d67
5 changed files with 24 additions and 8 deletions
|
@ -4,7 +4,7 @@ export default function SubjectSelector (props) {
|
|||
const { activeSubjName, searchTerm, data, onSubjSelect } = props
|
||||
|
||||
return (
|
||||
<div className='subjectSelector'>
|
||||
<div className={styles.subjectSelector}>
|
||||
{data.Subjects.map((subj, i) => {
|
||||
if (!subj.Name.toLowerCase().includes(searchTerm.toLowerCase())) {
|
||||
return null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue