Display form ids in hex

This commit is contained in:
Tyler Hallada 2022-02-06 22:09:24 -05:00
parent 6d27db3122
commit e6743cd65e

View File

@ -70,7 +70,8 @@ const CellData: React.FC<Props> = ({ selectedCell, counts }) => {
<>
<ul className={styles["cell-data-list"]}>
<li>
<strong>Form ID:</strong> <span>{data.form_id}</span>
<strong>Form ID:</strong>{" "}
<span>{data.form_id.toString(16).padStart(8, "0")}</span>
</li>
<li>
<strong>Mods that edit:</strong> <span>{data.mods_count}</span>