Upgrade prettier before it will be removed forever

This commit is contained in:
SleepWalker
2020-05-20 19:35:52 +03:00
parent 39576c0480
commit 2d903f96fc
108 changed files with 422 additions and 547 deletions

View File

@ -19,7 +19,7 @@ const ApplicationTypeSwitcher: ComponentType<Props> = ({
}) => (
<div>
{((Object.keys(appTypes) as unknown) as Array<ApplicationType>).map(
type => (
(type) => (
<div className={styles.radioContainer} key={type}>
<Radio
onChange={() => setType(type)}