File tree Expand file tree Collapse file tree
apps/obsidian/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,41 +205,6 @@ const RelationshipSettings = () => {
205205 Delete
206206 </ button >
207207 </ div >
208-
209- { relation . sourceId &&
210- relation . relationshipTypeId &&
211- relation . destinationId && (
212- < div className = "text-normal mt-2 p-2" >
213- < div className = "flex items-center justify-between" >
214- < div className = "flex-1" >
215- { getNodeTypeById ( plugin , relation . sourceId ) ?. name ||
216- "Unknown Node" }
217- </ div >
218-
219- < div className = "flex flex-1 flex-col items-center gap-2 px-4" >
220- < div className = "flex items-center" >
221- < div className = "text-accent-text text-sm" >
222- { findRelationTypeById ( relation . relationshipTypeId )
223- ?. label || "Unknown Relation" }
224- </ div >
225- < div className = "text-accent-text mx-1" > →</ div >
226- </ div >
227- < div className = "text-muted text-sm" >
228- ←{ " " }
229- < span className = "text-accent-text" >
230- { findRelationTypeById ( relation . relationshipTypeId )
231- ?. complement || "Unknown Complement" }
232- </ span >
233- </ div >
234- </ div >
235-
236- < div className = "flex-1 text-right" >
237- { getNodeTypeById ( plugin , relation . destinationId )
238- ?. name || "Unknown Node" }
239- </ div >
240- </ div >
241- </ div >
242- ) }
243208 </ div >
244209 </ div >
245210 ) ) }
You can’t perform that action at this time.
0 commit comments