Commit 88e829c1 authored by Stan Hu's avatar Stan Hu

Add newline in getters.js to fix static-analysis failure

parent 04123bae
export const hasFilters = state => Object.keys(state.filters).length > 0;
export const appliedFilters = state => state.filters;
\ No newline at end of file
export const appliedFilters = state => state.filters;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment