1nwf / Produx-v2

Found complex boolean return JS-W1041
Anti-pattern
Major
8 months ago8 months old
 85        }
 86    }
 87    const tagRemovable = (tag: PostTags): boolean => {
 88        if (tag === 'working-on' || tag === 'done' || tag == 'under-review') { 89            return true 90        } 91        return false
 92    }
 93    const isImg = (fileUrl: string) => {