Format
This commit is contained in:
parent
6aef52ef79
commit
4bad537a5d
|
@ -71,7 +71,8 @@ export const FunctionChart: React.FC<FunctionChartProps> = ({
|
||||||
default:
|
default:
|
||||||
return (
|
return (
|
||||||
<MessageAlert heading="Function Display Not Supported">
|
<MessageAlert heading="Function Display Not Supported">
|
||||||
There is no function visualization for this type of output: <span className="font-bold">{resultType}</span>
|
There is no function visualization for this type of output:{" "}
|
||||||
|
<span className="font-bold">{resultType}</span>
|
||||||
</MessageAlert>
|
</MessageAlert>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user