Skip to content

Commit

Permalink
[FIX] Omnichannel: triggers page not rendering (#19134)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Oct 9, 2020
1 parent 8d65825 commit 2bf810a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/omnichannel/triggers/TriggersTable.js
@@ -1,5 +1,5 @@
import { Table, Callout, Icon } from '@rocket.chat/fuselage';
import { useMutableCallback, Button } from '@rocket.chat/fuselage-hooks';
import { Table, Callout, Icon, Button } from '@rocket.chat/fuselage';
import { useMutableCallback } from '@rocket.chat/fuselage-hooks';
import React, { useState, memo, useMemo } from 'react';

import GenericTable from '../../components/GenericTable';
Expand Down

0 comments on commit 2bf810a

Please sign in to comment.