We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c8a85 commit 4876ed0Copy full SHA for 4876ed0
src/components/AccTestComponent/DescribeRenderer/DescribeRenderer.tsx
@@ -34,7 +34,7 @@ const DescribeRenderer = ({
34
}
35
};
36
37
- return describeBlocks.allIds.map((id: string , i: number) => (
+ return describeBlocks.allIds.map((id: string, i: number) => (
38
<Draggable
39
key={id}
40
draggableId={id}
src/utils/accTypes.ts
@@ -19,7 +19,6 @@ export interface ItStatements {
19
byId: Object;
20
allIds: Object;
21
22
-
23
export interface Action {
24
type: string;
25
id?: string;
@@ -33,5 +32,6 @@ export interface Action {
33
32
fileName?: string;
filePath?: string;
describeBlocks: any[];
+ standardTag: string;
+ catTag: string;
0 commit comments