"Can manage peer to peer" user permission was being referenced wrong in the code
In certain places in the code, the "Can manage peer to peer" user permission was being referenced in the code as "fundraising_pages" when it should have been "fundraisingpages". If your user profile was set as an "Account Owner" this issue wouldn't have affected you as we don't look at the permission name in that case, but due to the wrong reference, if you were not an "Account Owner" then it didn't matter if you had the "Can manage peer to peer" permission enabled, you would never see the "Configure" option under the menu. This update addressed this issue.