Skip to content

Commit cfbf2b8

Browse files
committed
prettify source code
1 parent 23cc6b9 commit cfbf2b8

File tree

2 files changed

+4
-12
lines changed
  • examples
    • exampleAppHooks/src/components/RandomGifPairPair
    • exampleAppHooksSSR/src/components/RandomGifPairPair

2 files changed

+4
-12
lines changed

examples/exampleAppHooks/src/components/RandomGifPairPair/index.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,15 @@ function RandomGifPairPair(props) {
7676
<RandomGifPair
7777
showButton={false}
7878
apiKey={props.apiKey}
79-
namespacePrefix={`${
80-
componentManager.fullPath
81-
}/GifPairs`}
79+
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
8280
appContainer={componentManager.appContainer}
8381
/>
8482
</div>
8583
<div>
8684
<RandomGifPair
8785
showButton={false}
8886
apiKey={props.apiKey}
89-
namespacePrefix={`${
90-
componentManager.fullPath
91-
}/GifPairs`}
87+
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
9288
appContainer={componentManager.appContainer}
9389
/>
9490
</div>

examples/exampleAppHooksSSR/src/components/RandomGifPairPair/index.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,15 @@ function RandomGifPairPair(props) {
7676
<RandomGifPair
7777
showButton={false}
7878
apiKey={props.apiKey}
79-
namespacePrefix={`${
80-
componentManager.fullPath
81-
}/GifPairs`}
79+
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
8280
appContainer={componentManager.appContainer}
8381
/>
8482
</div>
8583
<div>
8684
<RandomGifPair
8785
showButton={false}
8886
apiKey={props.apiKey}
89-
namespacePrefix={`${
90-
componentManager.fullPath
91-
}/GifPairs`}
87+
namespacePrefix={`${componentManager.fullPath}/GifPairs`}
9288
appContainer={componentManager.appContainer}
9389
/>
9490
</div>

0 commit comments

Comments
 (0)