@@ -74,7 +74,8 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
7474 label = 'Graph view'
7575 className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
7676 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
77- > { 'View Graph' }
77+ >
78+ { 'View Graph' }
7879 </ TextLink >
7980 </ div >
8081 </ >
@@ -98,11 +99,12 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
9899 < Typography variant = 'subheading-small' > Similarity Score: { chunk ?. score } </ Typography >
99100 < div >
100101 < TextLink
101- as = 'small'
102- className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
102+ as = 'small'
103+ className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
103104 label = 'Graph view'
104105 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
105- > { 'View Graph' }
106+ >
107+ { 'View Graph' }
106108 </ TextLink >
107109 </ div >
108110 </ >
@@ -121,10 +123,11 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
121123 < Typography variant = 'subheading-small' > Similarity Score: { chunk ?. score } </ Typography >
122124 < div >
123125 < TextLink
124- className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
126+ className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
125127 label = 'Graph view'
126128 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
127- > { 'View Graph' }
129+ >
130+ { 'View Graph' }
128131 </ TextLink >
129132 </ div >
130133 </ >
@@ -143,10 +146,11 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
143146 < Typography variant = 'subheading-small' > Similarity Score: { chunk ?. score } </ Typography >
144147 < div >
145148 < TextLink
146- className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
149+ className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
147150 label = 'Graph view'
148151 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
149- > { 'View Graph' }
152+ >
153+ { 'View Graph' }
150154 </ TextLink >
151155 </ div >
152156 </ >
@@ -165,10 +169,11 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
165169 < Typography variant = 'subheading-small' > Similarity Score: { chunk ?. score } </ Typography >
166170 < div >
167171 < TextLink
168- className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
172+ className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
169173 label = 'Graph view'
170174 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
171- > { 'View Graph' }
175+ >
176+ { 'View Graph' }
172177 </ TextLink >
173178 </ div >
174179 </ >
@@ -191,10 +196,11 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
191196 < Typography variant = 'subheading-small' > Similarity Score: { chunk ?. score } </ Typography >
192197 < div >
193198 < TextLink
194- className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
199+ className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
195200 label = 'Graph view'
196201 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
197- > { 'View Graph' }
202+ >
203+ { 'View Graph' }
198204 </ TextLink >
199205 </ div >
200206 </ >
@@ -222,10 +228,11 @@ const ChunkInfo: FC<ChunkProps> = ({ loading, chunks, mode }) => {
222228 </ Typography >
223229 < div >
224230 < TextLink
225- className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
231+ className = { `${ loadingGraphView ? 'cursor-wait' : 'cursor-pointer' } ` }
226232 label = 'Graph view'
227233 onClick = { ( ) => handleChunkClick ( chunk . element_id , 'Chunk' ) }
228- > { 'View Graph' }
234+ >
235+ { 'View Graph' }
229236 </ TextLink >
230237 </ div >
231238 </ >
0 commit comments