feat: remove char in comment
This commit is contained in:
@@ -19,7 +19,7 @@ export default async function CurrentBenefitsBlock({
|
|||||||
const user = await serverClient().user.get()
|
const user = await serverClient().user.get()
|
||||||
const { formatMessage } = await getIntl()
|
const { formatMessage } = await getIntl()
|
||||||
// TODO: level should be fetched from the `user` object once available
|
// TODO: level should be fetched from the `user` object once available
|
||||||
// TAKE NOTE: we need clarification on how benefits stack from different levels
|
// TAKE NOTE: we need clarification on how benefits stack from different levels
|
||||||
// in order to determine if a benefit is specific to a level or if it is a cumulative benefit
|
// in order to determine if a benefit is specific to a level or if it is a cumulative benefit
|
||||||
// we might have to add a new boolean property "exclusive" or similar
|
// we might have to add a new boolean property "exclusive" or similar
|
||||||
const userLevel = 1
|
const userLevel = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user