Skip to content

Commit

Permalink
use right bridget version to determine if horizontal scrolling is sup…
Browse files Browse the repository at this point in the history
…ported
  • Loading branch information
marjisound committed Jan 13, 2025
1 parent 89d67f7 commit b24e2b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const useIsHorizontalScrollingSupported = (): boolean => {
useEffect(() => {
if (renderingTarget === 'Apps') {
// TODO: update version after new bridget patch is published
void hasMinimumBridgetVersion('8.1.0').then(
void hasMinimumBridgetVersion('8.3.2').then(
setHorizontalScrollingSupported,
);
}
Expand Down

0 comments on commit b24e2b4

Please sign in to comment.