mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Merge pull request #10259 from Novacat/nova-pathfinder
Fixes Medical/Security PDA Records
This commit is contained in:
@@ -85,7 +85,7 @@ export const pda_medical = (props, context) => {
|
||||
{medical.cdi_d}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Important Notes">
|
||||
{medical.notes}
|
||||
{medical.notes.split("\n").map(m => <Box key={m}>{m}</Box>) || "No data found."}
|
||||
</LabeledList.Item>
|
||||
</LabeledList>
|
||||
) || (
|
||||
|
||||
@@ -73,7 +73,7 @@ export const pda_security = (props, context) => {
|
||||
{security.ma_crim_d}
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item label="Important Notes:">
|
||||
{security.notes}
|
||||
{security.notes.split("\n").map(m => <Box key={m}>{m}</Box>) || "No data found."}
|
||||
</LabeledList.Item>
|
||||
</LabeledList>
|
||||
) || (
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user