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", "name": "journal.pl",
"version": "3.6.2", "version": "3.6.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "journal.pl", "name": "journal.pl",
"version": "3.6.2", "version": "3.6.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@brojs/cli": "^0.0.4-beta.0", "@brojs/cli": "^0.0.4-beta.0",

View File

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

View File

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