Merge Of Branches Multiselect
This commit is contained in:
@@ -62,7 +62,7 @@ export default function SemesteroverviewLecturer(p) {
|
||||
{entries.map((e, index) => (
|
||||
<div className={"semester-tile box-shadow"} style={{
|
||||
backgroundColor: e.activated == 1 ? "#ffffff" : "#aaaaaa"
|
||||
}}>
|
||||
}} onClick={(f) => onClickSemester(e, f)}>
|
||||
<SemesterTile
|
||||
editable={false} text={semesterNames[index]} text2={e.name}
|
||||
onClick={(f) => onClickSemester(e, f)}
|
||||
|
||||
Reference in New Issue
Block a user