Skip to content

Commit 140b3f7

Browse files
committed
fix: oops
1 parent 925aa56 commit 140b3f7

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

compose/neurosynth-frontend/src/pages/Study/components/EditStudyAnnotationsHotTable.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,6 @@ const EditStudyAnnotationsHotTable: React.FC<{ readonly?: boolean }> = ({ readon
7272
}, [data]);
7373

7474
return (
75-
<<<<<<< HEAD
76-
<Box sx={{ width: '100%', height: '100%' }}>
77-
<HotTable
78-
{...HotSettings}
79-
afterChange={handleAfterChange}
80-
beforePaste={handleBeforePaste}
81-
width="100%"
82-
height="auto"
83-
stretchH="all"
84-
hiddenRows={{
85-
rows: hiddenRows,
86-
indicators: false,
87-
}}
88-
colWidths={colWidths}
89-
columns={columns}
90-
colHeaders={colHeaders}
91-
data={memoizedData}
92-
ref={hotTableRef}
93-
/>
94-
=======
9575
<Box>
9676
{canEdit && !readonly && (
9777
<Box
@@ -136,7 +116,6 @@ const EditStudyAnnotationsHotTable: React.FC<{ readonly?: boolean }> = ({ readon
136116
ref={hotTableRef}
137117
/>
138118
</Box>
139-
>>>>>>> FEAT-1075-extraction-add-a-new-annotation-column-in-the-study-view
140119
</Box>
141120
);
142121
};

0 commit comments

Comments
 (0)