GenSpectrum / dashboards

https://genspectrum.github.io/dashboards/
GNU Affero General Public License v3.0
1 stars 0 forks source link

refactor(components): use mutations directly in table instead of string representation #180

Closed JonasKellerer closed 2 weeks ago

JonasKellerer commented 3 weeks ago

resolves #153

Summary

Refactors the table for the mutations and mutation comparison, so that is uses the mutation type directly instead of its string representation.

Screenshot

PR Checklist

- [ ] All necessary documentation has been adapted.