Skip to content

Commit a538142

Browse files
committed
Rename testTag -> quizTag
1 parent d02dda3 commit a538142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/elements/list-groups/AbstractListViewItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface AbstractListViewItemProps {
7070
tags?: string[]
7171
supersededBy?: string;
7272
linkTags?: ListViewTagProps[];
73-
testTag?: string;
73+
quizTag?: string;
7474
url?: string;
7575
audienceViews?: ViewingContext[];
7676
previewQuizUrl?: string;

src/app/components/elements/list-groups/ListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const QuickQuizListViewItem = ({item, ...rest}: {item: ShortcutResponse})
128128
subtitle={item.subtitle}
129129
breadcrumb={breadcrumb}
130130
status={item.state}
131-
testTag={"Level 1" /* Quick quizzes are currently just gameboards. This tag doesn't exist yet in the content. */}
131+
quizTag={"Level 1" /* Quick quizzes are currently just gameboards. This tag doesn't exist yet in the content. */}
132132
url={url}
133133
audienceViews={audienceViews}
134134
{...rest}

0 commit comments

Comments
 (0)