Skip to content

Commit 0e1683e

Browse files
committed
Lint issue fix
1 parent 5f6aaec commit 0e1683e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/PermissionsManagement/PermissionsConst.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ export const permissionLabels = [
253253
{
254254
label: 'Modify Badge Amount',
255255
key: 'modifyBadgeAmount',
256-
description: 'Gives the user permission to increase or decrease the count of a badge on the Badge Reports Component',
256+
description:
257+
'Gives the user permission to increase or decrease the count of a badge on the Badge Reports Component',
257258
},
258259
{
259260
label: 'Assign Badges',

0 commit comments

Comments
 (0)