Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26ae887

Browse files
committed
resolve build issues
1 parentbe46fad commit26ae887

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎web-app/src/containers/Continue/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ContinuePageContainer = () => {
3838
})
3939

4040
if(loading){
41-
returnLoading
41+
return<Loading/>
4242
}
4343

4444
if(error){

‎web-app/src/containers/New/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Loading = () => <LoadingPage text="Loading tutorials" />
2525
constNewPageContainer=()=>{
2626
const{ data, loading, error}=useQuery(queryTutorials)
2727
if(loading){
28-
returnLoading
28+
return<Loading/>
2929
}
3030

3131
if(error){

‎web-app/src/services/apollo/resolvers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
constresolvers={
22
Mutation:{
3-
setStatus:(_root,variables,{ cache, getCacheKey})=>{
3+
setStatus:(_root:any,variables:any,{ cache, getCacheKey}:any)=>{
44
// TODO: optimize status setting to act on diffs
55

66
// set local cache

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp