ESLint: All the single quotes
This commit is contained in:
parent
eafcd200ae
commit
bb345c0e4f
118 changed files with 1269 additions and 1269 deletions
|
|
@ -17,7 +17,7 @@ const RepositoriesStep = () => {
|
|||
|
||||
return (
|
||||
<Form>
|
||||
<Title headingLevel="h1" size="xl">
|
||||
<Title headingLevel='h1' size='xl'>
|
||||
Custom repositories
|
||||
</Title>
|
||||
<Content>
|
||||
|
|
@ -30,7 +30,7 @@ const RepositoriesStep = () => {
|
|||
{packages.length && recommendedRepos.length ? (
|
||||
<Alert
|
||||
title="Why can't I remove a selected repository?"
|
||||
variant="info"
|
||||
variant='info'
|
||||
isInline
|
||||
>
|
||||
EPEL repository cannot be removed, because packages from it were
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue