mirror of
https://github.com/harness/drone.git
synced 2025-05-02 05:30:13 +00:00
Merge branch 'code-216' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#21)
This commit is contained in:
commit
99e1437e60
@ -100,7 +100,7 @@ export default function PullRequests() {
|
||||
{row.original.stats?.conversations}
|
||||
</Text>
|
||||
</Text>
|
||||
<Text color={Color.GREY_500} font={{size:"small"}}>
|
||||
<Text color={Color.GREY_500} font={{ size: 'small' }}>
|
||||
<StringSubstitute
|
||||
str={getString('pr.statusLine')}
|
||||
vars={{
|
||||
|
@ -7,8 +7,8 @@ import { UserPreference, useUserPreference } from 'hooks/useUserPreference'
|
||||
import { useGetSpaceParam } from 'hooks/useGetSpaceParam'
|
||||
import { useAppContext } from 'AppContext'
|
||||
import { SearchInputWithSpinner } from 'components/SearchInputWithSpinner/SearchInputWithSpinner'
|
||||
import css from './PullRequestsContentHeader.module.scss'
|
||||
import { permissionProps } from 'utils/Utils'
|
||||
import css from './PullRequestsContentHeader.module.scss'
|
||||
|
||||
interface PullRequestsContentHeaderProps extends Pick<GitInfoProps, 'repoMetadata'> {
|
||||
loading?: boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user