diff --git a/webapp/channels/src/components/integrations/bots/add_bot/__snapshots__/add_bot.test.tsx.snap b/webapp/channels/src/components/integrations/bots/add_bot/__snapshots__/add_bot.test.tsx.snap index c1df0f6e0b..a4083dbbdc 100644 --- a/webapp/channels/src/components/integrations/bots/add_bot/__snapshots__/add_bot.test.tsx.snap +++ b/webapp/channels/src/components/integrations/bots/add_bot/__snapshots__/add_bot.test.tsx.snap @@ -89,7 +89,7 @@ exports[`components/integrations/bots/AddBot blank 1`] = ` />
diff --git a/webapp/channels/src/components/integrations/bots/add_bot/add_bot.tsx b/webapp/channels/src/components/integrations/bots/add_bot/add_bot.tsx index e29053ae51..384889d006 100644 --- a/webapp/channels/src/components/integrations/bots/add_bot/add_bot.tsx +++ b/webapp/channels/src/components/integrations/bots/add_bot/add_bot.tsx @@ -108,7 +108,7 @@ export type State = { error: JSX.Element | string; adding: boolean; image: string; - orientationStyles: {transform: string; transformOrigin: string}; + orientationStyles: { transform: string; transformOrigin: string }; pictureFile: File | null | string; }; @@ -519,13 +519,14 @@ export default class AddBot extends React.PureComponent { {removeImageIcon}