Loading frontend/src/components/InstructorCommentList/index.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ const Header = ({ <Icon icon='time' /> {createdAtFormatted} </p> {showTag && ( {showTag && actionLog.__typename == 'IActionLogType' && ( <Tag className={css` margin-right: 0.25rem; Loading @@ -166,7 +166,7 @@ const Header = ({ }} round > {`Team-${teamId}`} {actionLog.team.name} </Tag> )} {navigationPill} Loading graphql/fragments.ts +3 −0 Original line number Diff line number Diff line Loading @@ -1224,6 +1224,9 @@ export const InstructorCommentActionLogShared = graphql( logType timestamp inExerciseTime team { name } } `, [] Loading graphql/graphql-cache.d.ts +10 −10 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
frontend/src/components/InstructorCommentList/index.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ const Header = ({ <Icon icon='time' /> {createdAtFormatted} </p> {showTag && ( {showTag && actionLog.__typename == 'IActionLogType' && ( <Tag className={css` margin-right: 0.25rem; Loading @@ -166,7 +166,7 @@ const Header = ({ }} round > {`Team-${teamId}`} {actionLog.team.name} </Tag> )} {navigationPill} Loading
graphql/fragments.ts +3 −0 Original line number Diff line number Diff line Loading @@ -1224,6 +1224,9 @@ export const InstructorCommentActionLogShared = graphql( logType timestamp inExerciseTime team { name } } `, [] Loading
graphql/graphql-cache.d.ts +10 −10 File changed.Preview size limit exceeded, changes collapsed. Show changes