Skip to content

Commit 327e038

Browse files
committed
format
1 parent 809b0b7 commit 327e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Block({
5959
<td className="py-1 px-4 ">
6060
<span id={pv.human_readable_name + "_VALUE"}>
6161
{pv.value} {pv.units != null && pv.units}
62-
{(pv.sp_value != undefined) && `(SP: ${pv.sp_value})`}{" "}
62+
{pv.sp_value != undefined && `(SP: ${pv.sp_value})`}{" "}
6363
<a
6464
href="https://github.com/ISISComputingGroup/ibex_user_manual/wiki/Blocks#alarms"
6565
className="text-red-600"

0 commit comments

Comments
 (0)