File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard
api/v1/admin/users/[fxaUid] Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 55"use client" ;
66
77import { useContext , useEffect , useRef , useState } from "react" ;
8+ import Link from "next/link" ;
89import { usePathname } from "next/navigation" ;
910import Image from "next/image" ;
1011import { Session } from "next-auth" ;
@@ -388,7 +389,7 @@ export const View = (props: Props) => {
388389 typeof props . totalNumberOfPerformedScans === "undefined" ||
389390 props . totalNumberOfPerformedScans <
390391 CONST_ONEREP_MAX_SCANS_THRESHOLD ? (
391- < a
392+ < Link
392393 ref = { waitlistTriggerRef }
393394 href = "/user/welcome/free-scan?referrer=dashboard"
394395 onClick = { ( ) => {
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ export type GetUserStateResponseBody = {
4242 * This requires admin privileges, and doesn't return any PII directly, just user state and IDs.
4343 *
4444 * @param req
45- * @param root0
46- * @param root0.params
47- * @param root0.params.fxaUid
4845 * @param props
4946 * @param props.params
5047 */
@@ -120,9 +117,6 @@ export type PutUserStateRequestBody = {
120117 * state (such as the badge) depends on the FxA `subscriptions` claim in the JWT.
121118 *
122119 * @param req
123- * @param root0
124- * @param root0.params
125- * @param root0.params.fxaUid
126120 * @param props
127121 * @param props.params
128122 */
You can’t perform that action at this time.
0 commit comments