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

Commite646168

Browse files
committed
fix build issue
1 parent2a3d9e2 commite646168

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

‎typings/graphql.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,3 @@ export interface IntrospectionResultData {
585585
};
586586
}
587587

588-
constresult:IntrospectionResultData={
589-
"__schema":{
590-
"types":[]
591-
}
592-
};
593-
594-
exportdefaultresult;

‎web-app/src/containers/New/TutorialList/TutorialItem.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const styles = {
66
cursor:'pointer',
77
},
88
languages:{
9-
display:'flex',
10-
flexDirection:'row',
11-
alignItems:'center',
12-
justifyContent:'flex-end',
9+
display:'flex'as'flex',
10+
flexDirection:'row'as'row',
11+
alignItems:'center'as'center',
12+
justifyContent:'flex-end'as'flex-end',
1313
width:'100%',
1414
},
1515
languageIcon:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp