Budi 8058 builder svelte warning in properties of type icon (#13164)
* Added helper function to check user plan type. * Updated help menu email support license check. * Removed stray output check * Updated function name as per feedback. * Reworked code to use the licensing store over the auth store. * Removed unnecessary variable declaration and return instead. * Updated function name to maintain consistency. * Fixed linting issues. * Removed stray comment from icon component.
This commit is contained in:
parent
5ec4e90c6d
commit
78359808bf
|
@ -116,7 +116,6 @@
|
|||
$: pagerText = `Page ${currentPage} of ${totalPages}`
|
||||
</script>
|
||||
|
||||
a11y-click-events-have-key-events
|
||||
<div bind:this={buttonAnchor}>
|
||||
<ActionButton on:click={dropdown.show}>
|
||||
{displayValue}
|
||||
|
|
Loading…
Reference in New Issue