diff --git a/src/components/InstallOneLiner.tsx b/src/components/InstallOneLiner.tsx index 457ae43..39e271b 100644 --- a/src/components/InstallOneLiner.tsx +++ b/src/components/InstallOneLiner.tsx @@ -38,7 +38,7 @@ export const InstallOneLiner = () => { } }; - return
+ return
{(Object.keys(ONE_LINERS) as OS[]).map((key) => { const active = os === key; diff --git a/src/components/Plugin.tsx b/src/components/Plugin.tsx index 0a0cf35..758b15e 100644 --- a/src/components/Plugin.tsx +++ b/src/components/Plugin.tsx @@ -55,7 +55,7 @@ export const PluginCom: FC = ({plugins}) => { {plugins.version}
- {plugins.time &&
{formatTime(plugins.time)}
} + {plugins.modified &&
{formatTime(plugins.modified)}
}