Skip to content

Commit

Permalink
fix: typo in reposubpage loading (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored Jun 16, 2022
1 parent 7183cdb commit 7080bbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@ loadOrgSubPage model org toPage =
|> updateBuildsEvent maybeEvent

_ ->
rm
rm_
|> updateBuildsPage Nothing
|> updateBuildsPerPage Nothing
|> updateBuildsEvent Nothing
Expand Down Expand Up @@ -3158,7 +3158,7 @@ loadRepoSubPage model org repo toPage =
|> updateBuildsEvent maybeEvent

_ ->
rm
rm_
|> updateBuildsPage Nothing
|> updateBuildsPerPage Nothing
|> updateBuildsEvent Nothing
Expand All @@ -3172,7 +3172,7 @@ loadRepoSubPage model org repo toPage =
|> updateDeploymentsPerPage maybePerPage

_ ->
rm
rm_
|> updateDeploymentsPage Nothing
|> updateDeploymentsPerPage Nothing
)
Expand All @@ -3185,7 +3185,7 @@ loadRepoSubPage model org repo toPage =
|> updateHooksPerPage maybePerPage

_ ->
rm
rm_
|> updateHooksPage Nothing
|> updateHooksPerPage Nothing
)
Expand Down Expand Up @@ -3248,7 +3248,7 @@ loadRepoSubPage model org repo toPage =
| repo =
rm
|> updateHooksPage maybePage
|> updateHooksPage maybePerPage
|> updateHooksPerPage maybePerPage
}
, getHooks model o r maybePage maybePerPage
)
Expand Down

0 comments on commit 7080bbd

Please sign in to comment.