Merged in fix/default-loyalty-level-two-lines (pull request #1637)
fix: default loyalty levels to be two rows to be compatible with existing behaviour Approved-by: Pontus Dreij
This commit is contained in:
@@ -21,7 +21,7 @@ import type { MembershipLevelIconProps } from "@/types/components/myPages/member
|
|||||||
|
|
||||||
export default function MembershipLevelIcon({
|
export default function MembershipLevelIcon({
|
||||||
level,
|
level,
|
||||||
rows = 1,
|
rows = 2,
|
||||||
color = "pale",
|
color = "pale",
|
||||||
...props
|
...props
|
||||||
}: MembershipLevelIconProps) {
|
}: MembershipLevelIconProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user