Compare commits

..

No commits in common. "bdd53ca15bc0fc3e042fb37a384476872cd7fa52" and "d4b7d0616ea8f6bf9834547694098c46644177b8" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "journal.pl",
"version": "3.6.2",
"version": "3.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "journal.pl",
"version": "3.6.2",
"version": "3.6.1",
"license": "MIT",
"dependencies": {
"@brojs/cli": "^0.0.4-beta.0",

View File

@ -1,6 +1,6 @@
{
"name": "journal.pl",
"version": "3.6.2",
"version": "3.6.1",
"description": "bro-js platform journal ui repo",
"main": "./src/index.tsx",
"scripts": {

View File

@ -149,7 +149,7 @@ const LessonDetail = () => {
<QRCanvas ref={canvRef} />
</a>
<StudentList>
{isTeacher(user) && studentsArr.map((student) => (
{studentsArr.map((student) => (
<UserCard
wrapperAS="li"
key={student.sub}