Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Please look at [Google Analytics page](https://support.google.com/analytics/answ
`MPZN.nav`is a read-only component dealing with user's log-in status on the navbar.

| Method | Return | Description |
|------------|-------------------|---------|-----------------------|
|------------|-------------------|-----------------------|
| `reflectUserState(<String> userID, <String> userNickname, <String> userAvatarImage, [<Function> customLogoutCall])` |`null` | Manipulate navigation bar state with passed user data. To show not-logged-in status, pass `null` or empty string as parameters. Optionally provide a custom logout handler to override the default. |


Expand Down