Display form ids in hex
This commit is contained in:
parent
6d27db3122
commit
e6743cd65e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user