You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this will cause that if only one of the social variable is null will hide all of them even if one is not empty.
Using the or (||) instead the and (&&) in the above if control you will correctly display the not empty social variable, the code will results:
When writing the social variable if one of the social variable is missing all other variable will not be create.
In specific if one of these:
result null according to the if statement
this will cause that if only one of the social variable is null will hide all of them even if one is not empty.
Using the or (||) instead the and (&&) in the above if control you will correctly display the not empty social variable, the code will results:
For any dubt reply this issue and i will aswer asap.
Best regards.
The text was updated successfully, but these errors were encountered: