As far as I can tell, the resources page linked to via myPersonals on the dashboard will not have any resources.
The "myPersonals" version of the resources page filters by:
{
private: true,
privateFor: { users: *user._id* }
}
The two cases where we set a privateFor field are when adding a resource to a team or adding an image to a message on the teams message board. In both cases, privateFor is set to { teams: *team._id* }.
Not sure if we should remove this, but just wanted to bring it up for consideration.