In web Designer, the conditions are not set in the gateway but in each of its outgoing flows.
What you need to do it to click on one of the outgoing flows, and in its "Conditional Expression" attribute write:
return approval == true;
Make sure that "Contitional Expression Language" is set to 'java'
Repeat the steps for the second flow.