File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
exampleAppHooks/src/components/RandomGifPairPair
exampleAppHooksSSR/src/components/RandomGifPairPair Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -76,19 +76,15 @@ function RandomGifPairPair(props) {
76
76
< RandomGifPair
77
77
showButton = { false }
78
78
apiKey = { props . apiKey }
79
- namespacePrefix = { `${
80
- componentManager . fullPath
81
- } /GifPairs`}
79
+ namespacePrefix = { `${ componentManager . fullPath } /GifPairs` }
82
80
appContainer = { componentManager . appContainer }
83
81
/>
84
82
</ div >
85
83
< div >
86
84
< RandomGifPair
87
85
showButton = { false }
88
86
apiKey = { props . apiKey }
89
- namespacePrefix = { `${
90
- componentManager . fullPath
91
- } /GifPairs`}
87
+ namespacePrefix = { `${ componentManager . fullPath } /GifPairs` }
92
88
appContainer = { componentManager . appContainer }
93
89
/>
94
90
</ div >
Original file line number Diff line number Diff line change @@ -76,19 +76,15 @@ function RandomGifPairPair(props) {
76
76
< RandomGifPair
77
77
showButton = { false }
78
78
apiKey = { props . apiKey }
79
- namespacePrefix = { `${
80
- componentManager . fullPath
81
- } /GifPairs`}
79
+ namespacePrefix = { `${ componentManager . fullPath } /GifPairs` }
82
80
appContainer = { componentManager . appContainer }
83
81
/>
84
82
</ div >
85
83
< div >
86
84
< RandomGifPair
87
85
showButton = { false }
88
86
apiKey = { props . apiKey }
89
- namespacePrefix = { `${
90
- componentManager . fullPath
91
- } /GifPairs`}
87
+ namespacePrefix = { `${ componentManager . fullPath } /GifPairs` }
92
88
appContainer = { componentManager . appContainer }
93
89
/>
94
90
</ div >
You can’t perform that action at this time.
0 commit comments