nextstrain / auspice

Web app for visualizing pathogen evolution
https://docs.nextstrain.org/projects/auspice/
GNU Affero General Public License v3.0
290 stars 159 forks source link

Properly use useAppDispatch hook #1726

Closed victorlin closed 7 months ago

victorlin commented 7 months ago

Description of proposed changes

Function call parentheses were accidentally removed in 3e77a0a0f572db0e4621d9dfc3614a7353311be2.

The code is only invoked during runtime when accessing the narrative editor, which was not tested before merging that change.

Related issue(s)

Fixes #1725

Testing

victorlin commented 7 months ago

Test passed - merging and releasing.