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.js
CHANGED
|
@@ -11772,7 +11772,7 @@ var createUseNotifications = (apiClient) => {
|
|
|
11772
11772
|
);
|
|
11773
11773
|
const getActionLabel = (0, import_react33.useCallback)(
|
|
11774
11774
|
(entityType) => {
|
|
11775
|
-
if (!entityType) return
|
|
11775
|
+
if (!entityType) return "Ver mais";
|
|
11776
11776
|
switch (entityType.toUpperCase()) {
|
|
11777
11777
|
case "ACTIVITY" /* ACTIVITY */:
|
|
11778
11778
|
return "Ver atividade";
|