Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
This is not a map
  • Loading branch information
adzialocha committed Jan 20, 2022
commit 543f482530c42d836ce00ac7a387ce7a893bab23
2 changes: 1 addition & 1 deletion src/components/BambooLog/LogEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const LogEntry = ({ entry }: Props): JSX.Element => {
<b>{operation.action}</b>
<ul>
<li>Schema: {formatCheckHash(operation.schema)}</li>
<li>Message: {formatMessage(operation.fields.get('message'))}</li>
<li>Message: {formatMessage(operation.fields.message)}</li>
<li>BackLink: {formatCheckHash(entryHashBacklink)}</li>
<li>SkipLink: {formatCheckHash(entryHashSkiplink)}</li>
</ul>
Expand Down