Skip to content
Snippets Groups Projects
Commit f9448beb authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: fix lint

parent 72f6b2b8
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ export const regionInOtherTemplateSelector = createSelector(
}
)
export function getRegionHemisphere(region: any):EnumHemisphere{
export function getRegionHemisphere(region: any): EnumHemisphere{
return (region.name.includes('- right hemisphere') || (!!region.status && region.status.includes('right hemisphere')))
? EnumHemisphere.RIGHT_HEMISPHERE
: (region.name.includes('- left hemisphere') || (!!region.status && region.status.includes('left hemisphere')))
......
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