web client v0.5
//notifications //delete restaurant //change picture //redesigned data store
This commit is contained in:
@@ -50,6 +50,7 @@ export default function UserMenu(props) {
|
||||
key={restaurant._id}
|
||||
subscriptionActive={restaurant.subscriptionActive}
|
||||
id={restaurant._id}
|
||||
onClick={(link) => handleButtonClick(link)}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user