-
Couldn't load subscription status.
- Fork 1
update: Version Updated v2.4.3 #80
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
Conversation
| export const generateMappedField = (buddyBossConf) => { | ||
| switch (Number(buddyBossConf.mainAction)) { | ||
| case CREATE_GROUP_PRO: | ||
| var fields = buddyBossConf?.createGroupFields |
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.
Use let
| }) { | ||
| useEffect(() => { | ||
| if (['2', '6', '8', '9'].includes(buddyBossConf?.mainAction)) { | ||
| if (toFetchGroups.includes(Number(buddyBossConf?.mainAction))) { |
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.
assign Number(buddyBossConf?.mainAction) it to a var
No description provided.