Learn Modern JavaScript Methods by Building Football Team Cards - Step 41

what have you done in the previous steps to use an implicit return?
what did you change from earlier that it is not implicit return anymore?

we removed the brackets

show your code with that changes please

case "forward":
  setPlayerCards(players.filter(player => player.position === "forward" ));
break;

what do the tests say when you do this?

it says congratulations its passed