mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: enable grading for file subs
This commit is contained in:
parent
d6aa071425
commit
ad3f66057c
7 changed files with 149 additions and 24 deletions
|
|
@ -168,7 +168,7 @@ function ActivityElement(props: ActivitiyElementProps) {
|
|||
) : (
|
||||
<Lock strokeWidth={2} size={12} className="text-gray-600" />
|
||||
)}
|
||||
<span>{!props.activity.published ? 'Publish' : 'UnPublish'}</span>
|
||||
<span>{!props.activity.published ? 'Publish' : 'Unpublish'}</span>
|
||||
</div>
|
||||
<Link
|
||||
href={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue