Skip to content

Commit

Permalink
prettier?
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 14, 2024
1 parent d3cd1c1 commit 1c0ecf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const MedicalRecordTabs = (props, context) => {
onClick={() => act('new_record')}
icon="plus"
tooltip="New Record."
></Button>
/>
</Stack.Item>
<Stack.Item>
<Button.Confirm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const SecurityRecordTabs = (props, context) => {
onClick={() => act('new_record')}
icon="plus"
tooltip="New Record."
></Button>
/>
</Stack.Item>
<Stack.Item>
<Button.Confirm
Expand Down

0 comments on commit 1c0ecf5

Please sign in to comment.