Skip to content

Commit b84fb78

Browse files
committed
feat: add text leave course
1 parent 27618bc commit b84fb78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/src/components/Profile/StudentStatsCard.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ class StudentStatsCard extends React.Component<Props, State> {
245245
danger
246246
size="small"
247247
onClick={() => this.showExpelConfirmationModal(courseId)}
248-
></Button>
248+
>
249+
Leave Course
250+
</Button>
249251
) : isSelfExpelled ? (
250252
<Button
251253
icon={<ReloadOutlined />}

0 commit comments

Comments
 (0)