Skip to content

Commit

Permalink
Fixed vulnerabilities list in user profile (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheshiriks authored Oct 19, 2023
1 parent cbb22c7 commit 8c080be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ val vulnerabilityTable: FC<VulnerabilityProps> = tableComponent(
val renderVulnerabilityTableForProfileView: FC<UserProfileVulnerabilitiesTabProps> = FC { props ->

val (countVulnerability, setCountVulnerability) = useState(0)
val vulnerabilityFilter = VulnerabilityFilter("", null, isOwner = true)
val vulnerabilityFilter = VulnerabilityFilter("", null, authorName = props.userName)

val enrollRequest = useDeferredRequest {
val count: Int = post(
Expand Down

0 comments on commit 8c080be

Please sign in to comment.