diff --git a/postcss.config.js b/postcss.config.js index 33ad091..67cdf1a 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; diff --git a/src/components/Info.tsx b/src/components/Info.tsx index 1b3fec0..5052a35 100644 --- a/src/components/Info.tsx +++ b/src/components/Info.tsx @@ -18,7 +18,7 @@ export const Info: FunctionComponent = () => { return (
- {(true || canShare) && ( + {canShare && (