Skip to content

Commit 03e4390

Browse files
authored
Merge pull request #124 from MaaAssistantArknights/dev
2 parents 2533d6e + a34aa72 commit 03e4390

File tree

13 files changed

+6
-6
lines changed

13 files changed

+6
-6
lines changed
37.6 KB
Loading
30.4 KB
Loading
31.1 KB
Loading
32.9 KB
Loading
36.4 KB
Loading
34.5 KB
Loading
39.6 KB
Loading
35.7 KB
Loading
30.5 KB
Loading

src/components/OperationCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const OperatorTags = ({
130130
}: {
131131
operationDoc: CopilotDocV1.Operation
132132
}) => {
133-
return opers?.length && groups?.length ? (
133+
return opers?.length || groups?.length ? (
134134
<div>
135135
{opers?.map(({ name, skill }, index) => (
136136
<Tag key={index} className="mr-2 last:mr-0 mb-1 last:mb-0">

0 commit comments

Comments
 (0)