Commit b44f9f40 authored by Patrik Kotucek's avatar Patrik Kotucek
Browse files

feat: add team name into Tagg in comemnts

parent a364511d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ const Header = ({
            <Icon icon='time' />
            {createdAtFormatted}
          </p>
          {showTag && (
          {showTag && actionLog.__typename == 'IActionLogType' && (
            <Tag
              className={css`
                margin-right: 0.25rem;
@@ -166,7 +166,7 @@ const Header = ({
              }}
              round
            >
              {`Team-${teamId}`}
              {actionLog.team.name}
            </Tag>
          )}
          {navigationPill}
+3 −0
Original line number Diff line number Diff line
@@ -1224,6 +1224,9 @@ export const InstructorCommentActionLogShared = graphql(
      logType
      timestamp
      inExerciseTime
      team {
        name
      }
    }
  `,
  []
+10 −10

File changed.

Preview size limit exceeded, changes collapsed.