(organizationName: string, templateName: string)
| 27 | |
| 28 | export const linkToTemplate = |
| 29 | (organizationName: string, templateName: string): LinkThunk => |
| 30 | (dashboard) => |
| 31 | dashboard.showOrganizations |
| 32 | ? `/templates/${organizationName}/${templateName}` |
| 33 | : `/templates/${templateName}`; |
no outgoing calls
no test coverage detected