Skip to content

Commit

Permalink
chore: Validation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhunty committed Sep 19, 2024
1 parent 1c1bfb8 commit 60a9966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: install crosswords-bundle dependencies
run: |
cd projects/crosswords-bundle
yarn set version 3.6.4
yarn
- name: install common dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports[`EditionsMenu should display a EditionsMenu with correct styling and alt
onScrollEndDrag={[Function]}
removeClippedSubviews={false}
renderItem={[Function]}
scrollEventThrottle={0.0001}
scrollEventThrottle={50}
stickyHeaderIndices={[]}
style={
{
Expand Down Expand Up @@ -155,7 +155,7 @@ Monthly",
onScrollEndDrag={[Function]}
removeClippedSubviews={false}
renderItem={[Function]}
scrollEventThrottle={0.0001}
scrollEventThrottle={50}
stickyHeaderIndices={[]}
style={
{
Expand Down Expand Up @@ -225,7 +225,7 @@ morning by 6am (GMT)",
onScrollEndDrag={[Function]}
removeClippedSubviews={false}
renderItem={[Function]}
scrollEventThrottle={0.0001}
scrollEventThrottle={50}
stickyHeaderIndices={[]}
style={
{
Expand Down

0 comments on commit 60a9966

Please sign in to comment.