Sha256: 5b024bb34130c4d3649562c40ef597606b5726e131f4446ba37108aebe4adcd6

Contents?: true

Size: 391 Bytes

Versions: 22

Compression:

Stored size: 391 Bytes

Contents

import React from 'react';
import PropTypes from 'prop-types';

import InfoItem from './InfoItem';
import { itemIteratorId } from './helpers';

const EmptyInfoItem = ({ template, attr }) => (
  <InfoItem itemId={itemIteratorId(template, attr)} />
);

EmptyInfoItem.propTypes = {
  template: PropTypes.object.isRequired,
  attr: PropTypes.string.isRequired,
};

export default EmptyInfoItem;

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_templates-10.0.2 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-10.0.1 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-10.0.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.5.1 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.5.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.3.3 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.3.2 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.3.1 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.4.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.3.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.2.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.1.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.0.2 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.0.1 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-9.0.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-7.0.7 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-8.0.0 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-7.0.6 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-7.0.5 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js
foreman_templates-7.0.4 webpack/components/TemplateSyncResult/components/SyncedTemplate/EmptyInfoItem.js