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
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitaa68389

Browse files
committed
refactor: fmt
1 parent597a68b commitaa68389

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

‎containers/ArticleViwer/logic.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
importSR71from'../../utils/network/sr71'
21
importRfrom'ramda'
2+
importSR71from'../../utils/network/sr71'
33

44
import{
55
asyncRes,

‎containers/PostsThread/logic.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ let store = null
3333
letsub$=null
3434

3535
// TODO: move to utils
36-
constvalidFilter=R.pickBy(R.compose(R.not,R.isEmpty))
36+
constvalidFilter=R.pickBy(
37+
R.compose(
38+
R.not,
39+
R.isEmpty
40+
)
41+
)
3742

3843
exportconstinAnchor=()=>store.setHeaderFix(false)
3944
exportconstoutAnchor=()=>store.setHeaderFix(true)

‎containers/VideosThread/logic.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ const debug = makeDebugger('L:VideosThread')
3030

3131
letstore=null
3232

33-
constvalidFilter=R.pickBy(R.compose(R.not,R.isEmpty))
33+
constvalidFilter=R.pickBy(
34+
R.compose(
35+
R.not,
36+
R.isEmpty
37+
)
38+
)
3439

3540
exportfunctionloadVideos(page=1){
3641
const{ mainPath}=store.curRoute

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp