This commit is contained in:
Ozzie Gooen 2022-06-01 21:44:46 -07:00
parent 6aef52ef79
commit 4bad537a5d

View File

@ -71,7 +71,8 @@ export const FunctionChart: React.FC<FunctionChartProps> = ({
default:
return (
<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>
);
}