Skip to content

Commit 04df83f

Browse files
committed
add the displayName property back to the ConnectToQuickbooksOnlineButton component
1 parent 7ceb7c6 commit 04df83f

File tree

1 file changed

+2
-0
lines changed
  • src/components/ConnectToQuickbooksOnlineButton

1 file changed

+2
-0
lines changed

src/components/ConnectToQuickbooksOnlineButton/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ function ConnectToQuickbooksOnlineButton({policyID, shouldDisconnectIntegrationB
5151
);
5252
}
5353

54+
ConnectToQuickbooksOnlineButton.displayName = 'ConnectToQuickbooksOnlineButton';
55+
5456
export default ConnectToQuickbooksOnlineButton;

0 commit comments

Comments
 (0)