1
0
mirror of https://github.com/flarum/core.git synced 2025-01-29 12:42:32 +01:00

Split JSDoc directives to separate lines.

This commit is contained in:
Alexander Skvortsov 2021-03-07 17:35:58 -05:00 committed by GitHub
parent 1bcb9d3ea1
commit 8eea0985a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,8 @@ export default class EditUserModal extends Modal {
}
/**
* @internal @protected
* @internal
* @protected
*/
userIsAdmin(user) {
return user.groups().some((g) => g.id() === Group.ADMINISTRATOR_ID);