Merged in feature/SW-3515-join-scandic-friends-placeholder (pull request #2883)
feat(SW-3515): display placeholder for join scandic friends * feat(SW-3515): display placeholder for join scandic friends * add missing variant config Approved-by: Linus Flood
This commit is contained in:
@@ -21,7 +21,7 @@ import styles from "./joinScandicFriendsCard.module.css"
|
||||
type Props = {
|
||||
name?: string
|
||||
}
|
||||
export default function JoinScandicFriendsCard({ name = "join" }: Props) {
|
||||
export function JoinScandicFriendsCard({ name = "join" }: Props) {
|
||||
const lang = useLang()
|
||||
const intl = useIntl()
|
||||
const loginPathname = useLazyPathname({ includeSearchParams: true })
|
||||
|
||||
Reference in New Issue
Block a user