Have been seeing unrelated formatting changes creeping into diffs when files are touched. This is due to these files being formatted originally by the wrong version of prettier.
Run npm i -g prettier@2.6.0 and prettier src/ --write from cashtab/ dir to apply standard rules throughout repo.