2 Commits

Author SHA1 Message Date
Primakov Alexandr Alexandrovich bdd53ca15b 3.6.2 2024-12-15 17:20:20 +03:00
Primakov Alexandr Alexandrovich 789d2ed6ca manual add for teacher only 2024-12-15 17:20:16 +03:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "journal.pl",
"version": "3.6.1",
"version": "3.6.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "journal.pl",
"version": "3.6.1",
"version": "3.6.2",
"license": "MIT",
"dependencies": {
"@brojs/cli": "^0.0.4-beta.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "journal.pl",
"version": "3.6.1",
"version": "3.6.2",
"description": "bro-js platform journal ui repo",
"main": "./src/index.tsx",
"scripts": {
+1 -1
View File
@@ -149,7 +149,7 @@ const LessonDetail = () => {
<QRCanvas ref={canvRef} />
</a>
<StudentList>
{studentsArr.map((student) => (
{isTeacher(user) && studentsArr.map((student) => (
<UserCard
wrapperAS="li"
key={student.sub}