summaryrefslogtreecommitdiff
path: root/examples/remote-markdown/src
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-05-17 14:30:21 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-05-17 14:30:21 +0000
commita2ae7018ca83cb3c19e803fb813e76ceed730679 (patch)
treee2b3d3be6648cc99371604e236678c2e12ac36cf /examples/remote-markdown/src
parentb3886c206f550b53227facd0480a94500ab2515d (diff)
downloadastro-a2ae7018ca83cb3c19e803fb813e76ceed730679.tar.gz
astro-a2ae7018ca83cb3c19e803fb813e76ceed730679.tar.zst
astro-a2ae7018ca83cb3c19e803fb813e76ceed730679.zip
[ci] yarn format
Diffstat (limited to 'examples/remote-markdown/src')
-rw-r--r--examples/remote-markdown/src/components/Yell.jsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/remote-markdown/src/components/Yell.jsx b/examples/remote-markdown/src/components/Yell.jsx
index ae7d0d959..366d88a95 100644
--- a/examples/remote-markdown/src/components/Yell.jsx
+++ b/examples/remote-markdown/src/components/Yell.jsx
@@ -1,5 +1,10 @@
import { h, Fragment } from 'preact';
export default function Yell({ children }) {
- return children.filter(v => typeof v === 'string').join('').toUpperCase() + '!'
+ return (
+ children
+ .filter((v) => typeof v === 'string')
+ .join('')
+ .toUpperCase() + '!'
+ );
}
ations/preact/server.js?h=@astrojs/prefetch@0.0.3&id=b934ab5d860aa3adeec56a9c395f629ee7252ca4&follow=1'>Fix "Invalid hook call" warning (#3769)Gravatar hippotastic 2-9/+79 2022-06-29[ci] release (#3759)astro@1.0.0-beta.59@astrojs/telemetry@0.2.2@astrojs/preact@0.3.0Gravatar Fred K. Bot 42-121/+117 2022-06-29[ci] formatGravatar FredKSchott 8-35/+36 2022-06-29manual lockfile update (#3751)Gravatar Fred K. Schott 3-2659/+2871 2022-06-29add error event to telemetry (#3750)Gravatar Fred K. Schott 16-85/+270