-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(conditions): add rankmask flag selector #708
Conversation
Ok dont work... |
src/app/features/conditions/edit-conditions/conditions.component.ts
Outdated
Show resolved
Hide resolved
build fails because of minor codestyle issues:
|
I thought the errors was at the bottom, that was why I didn't see them xD |
default: | ||
return false; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kitzunu I've updated this part to enable it also for CONDITION_REPUTATION_RANK
since it's the same flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea I thought of doing that too :D
I have no idea if this will work because I cant figure out npm
Hope this is correct 🤷