Skip to content

Commit

Permalink
finally figured it out!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Mar 19, 2024
1 parent f5fb408 commit 637b5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Eplant/views/CellEFP/CellEFPDataObject/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const CellEFPDataObject: CellEFPDataObject = {
{
svgURL: CellEFPDataObject.svgURL,
xmlURL: CellEFPDataObject.xmlURL,
id: 'Cell EFP',
id: 'Cell-EFP',
},
{
showText: true,
Expand All @@ -133,7 +133,7 @@ export const CellEFPDataObject: CellEFPDataObject = {
const { svg } = view ?? {}
const id =
'svg-container-' +
'Cell EFP' +
'Cell-EFP' +
'-' +
(geneticElement?.id ?? 'no-gene') +
'-' +
Expand Down

0 comments on commit 637b5a4

Please sign in to comment.