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