Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
thesujai committed Oct 9, 2023
2 parents e1694a3 + 31928ab commit 6efc3a6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
SuggestedTime,
DeviceConnectionStatus,
},
mixins: [KResponsiveWindowMixin, commonLearnStrings],
mixins: [commonLearnStrings],
filters: {
truncateText(value, maxLength) {
if (value && value.length > maxLength) {
Expand All @@ -215,6 +215,12 @@
windowBreakpoint,
};
},
setup() {
const { windowBreakpoint } = useKResponsiveWindow();
return {
windowBreakpoint,
};
},
/**
* Emits the following events:
* - `navigateBack` on back button click
Expand Down

0 comments on commit 6efc3a6

Please sign in to comment.