You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't affect /pathogens which is the only place where this component is used (as of now). It may affect work on #870 that uses unversioned resources.
Current Behavior
When setting
versioned=false
on ListResources, the resources entries are truncated.Expected behavior
Resource entries should not be truncated.
How to reproduce
Scope
This was introduced in 54be4d6.
This affects
/staging
but not/pathogens
. It may also affect work on #870 that uses unversioned resources.Possible solution
Fix the condition here to not return
w
on lack ofupdateCadence
:nextstrain.org/static-site/src/components/ListResources/IndividualResource.tsx
Lines 22 to 34 in 2e4844e
The text was updated successfully, but these errors were encountered: