Skip to content

Commit

Permalink
Left useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Mar 1, 2024
1 parent e7b5bce commit 874fd09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/taipy/src/DataNodeViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ const DataNodeViewer = (props: DataNodeViewerProps) => {

// Datanode data
const dtType = props.data && props.data[DatanodeDataProps.type];
//3.0 const dtValue = (props.data && props.data[DatanodeDataProps.value]) ?? null : undefined;
const fleDtValue = props.data && props.data[DatanodeDataProps.value];
console.log(fleDtValue)
const dtValue = (props.data && props.data[DatanodeDataProps.value]) ?? ((dtType == "float") ? null : undefined);
const dtTabular = (props.data && props.data[DatanodeDataProps.tabular]) ?? false;
const dtError = props.data && props.data[DatanodeDataProps.error];
Expand Down

0 comments on commit 874fd09

Please sign in to comment.