analytica-frontend-lib 1.1.59 → 1.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11746,7 +11746,7 @@ var createUseNotifications = (apiClient) => {
|
|
|
11746
11746
|
);
|
|
11747
11747
|
const getActionLabel = useCallback6(
|
|
11748
11748
|
(entityType) => {
|
|
11749
|
-
if (!entityType) return
|
|
11749
|
+
if (!entityType) return "Ver mais";
|
|
11750
11750
|
switch (entityType.toUpperCase()) {
|
|
11751
11751
|
case "ACTIVITY" /* ACTIVITY */:
|
|
11752
11752
|
return "Ver atividade";
|